mmanos / laravel-search

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

Substring matches #31

Open jasonvarga opened 9 years ago

jasonvarga commented 9 years ago

Is it possible to get a hit for a partial word?

For example, if I search for wild, I'd like to see results containing wilderness.

dmyers commented 9 years ago

Yeah we need to find a way to implement fuzzy matching somehow across all the drivers. Zend and ElasticSearch support it and I imagine Algolia does too.