Using a dedicated search engine for filters #4982
Unanswered
code-runner-2017
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Can you share what you have done right now? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was able to configure Laravel Scout for Nova Searches, as explained in the manual.
However, filters still use database queries. This can become inefficient when the number of records is high and the user wants to combine multiple filters. We solved this issue in other non-Nova applications using a separated search engine, such as ElasticSearch, for filters.
Assuming I could build completely custom filters for the purpose, is it possible to override the current resource filter implementation so that I can filter resources using, for instance, Solr and not the database?
Beta Was this translation helpful? Give feedback.
All reactions