tushargugnani / 5balloons.info

5 stars 1 forks source link

improve search #54

Closed tushargugnani closed 1 year ago

tushargugnani commented 1 year ago

Currently the search is restricted to fins exact string sequence, for example if I search for pagination laravel it does not return any results, however there is a post which contain both of these words. Can the search results be improved where it searches for words instead of complete search keyword.

May be spatie searchable package will provide this feature out of the box.

tapan288 commented 1 year ago

the spatie searchable package doesn't support pagination, found another package which is more flexible and supports pagination as well, https://github.com/protonemedia/laravel-cross-eloquent-search Maybe we can try this out?

tushargugnani commented 1 year ago

@tapan288 Sure, we can use this package.