spatie/laravel-searchable

Compound search

marcelloinfoweb opened this issue · 2 comments

I am using addExactSearchableAttribute, but the result is not exact, if I search for "Marcelo Caetano", in the field that does not have "Marcelo", the result brings "Caetano" with other names.

Would it be possible to only bring the result that contains all the words?

#61 This seems to solve the issue for me.

Thanks!