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
- Support to Lumen ([#156](https://github.com/algolia/scout-extended/pull/156))
34
34
35
35
### Fixed
36
36
- No longer sets scout metadata on non searchable models ([bb1cefb](https://github.com/algolia/scout-extended/commit/bb1cefb2397c27d141a70e0cf7177a8ac24145e9))
- Warns the user to `scout:reimport` if objectID invalid ([3048d74](https://github.com/algolia/scout-extended/commit/3048d74302c4e8e5bf8a02310a72d939b2c2a15b))
- Creation of search key using `Algolia::searchKey` ([ba0afdf](https://github.com/algolia/scout-extended/commit/ba0afdf7eeabf6b26cb1117c7387b27bc6e7bed9))
-`scout:reimport` with indexes imported using `laravel/scout` ([9aa9370](https://github.com/algolia/scout-extended/commit/9aa937089343c05460252b9a438c670b7beebabb))
-`Builder::where` now accepts 3 arguments like Eloquent ([d883ce1](https://github.com/algolia/scout-extended/commit/d883ce199f5c5fcf592af96c89e27a08b811d362))
- Wheres gets mutated before sending it to Algolia ([8075476](https://github.com/algolia/scout-extended/commit/80754769539c7ce369aa193d8b0daaa0d99d1b58))
- Updated order of settings in `config.blade.php` view ([841c002](https://github.com/algolia/scout-extended/commit/841c002b940f7d558cea1ceacd6d797e6e75e786))
**To dig right in, visit the [Scout Extended documentation](https://algolia.com/doc/framework-integration/laravel)**.
17
28
18
29
Scout Extended provides the perfect starting point to integrate
@@ -39,5 +50,9 @@ For full documentation, visit the **[Scout Extended documentation](https://algol
39
50
40
51
Because everyone should be able to build great search, you can use Algolia's basic [Community Plan](https://www.algolia.com/users/sign_up/hacker). It's **free** up to a certain number of records and operations.
41
52
53
+
## Troubleshooting
54
+
55
+
Encountering an issue? Before reaching out to support, we recommend heading to our [FAQ](https://www.algolia.com/doc/framework-integration/laravel/troubleshooting/faq/) where you will find answers for the most common issues and gotchas with the package.
56
+
42
57
## 🆓 License
43
58
Scout Extended is an open-sourced software licensed under the [MIT license](LICENSE.md).
0 commit comments