mmanos / laravel-search

A search package for Laravel 5.
MIT License
352 stars 59 forks source link

Zend adapter - fuzzy search bug #17

Closed dmyers closed 5 years ago

dmyers commented 9 years ago

~ modifier must follow word or phrase Fuzzy search is supported only for non-multiple word terms Eg: If search terms contain a dash (-).

Would be nice if the package could escape search queries automatically.

jackmcdade commented 8 years ago

Been struggling with this one lately too. I manually manipulate my search string, but it's a brittle solution.