You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -49,7 +57,7 @@ Ensure you have Laravel Scout as a provider too otherwise you will get an "unres
49
57
],
50
58
```
51
59
52
-
Add `SCOUT_DRIVER=typesense` to your `.env` file
60
+
Add `SCOUT_DRIVER=typesense` to your `.env` file
53
61
54
62
Then you should publish `scout.php` configuration file to your config directory
55
63
@@ -187,7 +195,6 @@ $todos->searchable();
187
195
and changing the config/scout.php config key from `typesensesearch` to `typesense`
188
196
- Instead of importing `Devloops\LaravelTypesense\*`, you should import `Typesense\LaravelTypesense\*`
189
197
- Instead of models implementing `Devloops\LaravelTypesense\Interfaces\TypesenseSearch`, they should implement `Typesense\LaravelTypesense\Interfaces\TypesenseDocument`
190
-
- In the rare case where the `TypesenseEngine` method `delete` is called directly, all the model instances passed to the method must now belong to the same Typesense index
191
198
192
199
## Authors
193
200
This package was originally authored by [Abdullah Al-Faqeir](https://github.com/AbdullahFaqeir) and his company DevLoops: https://github.com/devloopsnet/laravel-scout-typesense-engine. It has since been adopted into the Typesense Github org.
0 commit comments