-
Type: New Feature
-
Resolution: Unresolved
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: Laravel
-
None
-
PHP Drivers
The Search index by default uses "dynamic: true". This is to make it easy for getting started.
In order to provide better results, it is necessary to let users customize the index definition.
- Meilisearch have settings: https://www.meilisearch.com/docs/guides/back_end/laravel_scout#configuring-filterable-and-sortable-attributes
- Algolia uses specific configuration: https://www.algolia.com/doc/framework-integration/laravel/indexing/configure-index/?client=php
- TypeSense has some scout.php configuration: https://laravel.com/docs/11.x/scout#preparing-data-for-storage-in-typesense
- depends on
-
PHPORM-28 Laravel Scout Integration
- In Progress