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
make search request to meili asking for all the fields
mapping only the "primary fields" or just the "id" if there is no extra config.
make a SELECT in the database to load the AR records.
If we only require the needed fields, we will be able to reduce the memory, CPU overload and time needed to process the requests, improving the search time experience we offer in this gem.
It is also important to note, that we must ensure the other features are still working.
The text was updated successfully, but these errors were encountered:
Description
Based on the discussion of #120
Our internal search handling is:
If we only require the needed fields, we will be able to reduce the memory, CPU overload and time needed to process the requests, improving the search time experience we offer in this gem.
It is also important to note, that we must ensure the other features are still working.
The text was updated successfully, but these errors were encountered: