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
Laravel 9.X added support for a Database Driver to perform full-text searches for our models. There also exists support for Algolia, Meilisearch and Collection drivers.
IMO we might want to introduce a Search facade and extend the API framework to these supported drivers. We shouldn't require the developer to set up Elasticsearch for searching in local contexts.
The text was updated successfully, but these errors were encountered:
Laravel 9.X added support for a Database Driver to perform full-text searches for our models. There also exists support for Algolia, Meilisearch and Collection drivers.
IMO we might want to introduce a Search facade and extend the API framework to these supported drivers. We shouldn't require the developer to set up Elasticsearch for searching in local contexts.
The text was updated successfully, but these errors were encountered: