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
Currently we cannot use the Model::search('query')->options([]) feature, since the typesense engine class does not merge the builder options with the initial options. For example the Laravel scout algolia driver does enable this like this:
Description
Currently we cannot use the Model::search('query')->options([]) feature, since the typesense engine class does not merge the builder options with the initial options. For example the Laravel scout algolia driver does enable this like this:
Steps to reproduce
add options to the Builder->options() method and see that these options are not applied in the search query
Expected Behavior
The given options array in the options method on the Laravel Scout Builder class must be applied in the search query to typesense
Suggested Solution
Rewrite the current performSearch method of the Typesense engine class from:
The text was updated successfully, but these errors were encountered: