sngrl / sphinxsearch

Sphinx Search for Laravel 5
MIT License
124 stars 89 forks source link

Can I use quorum operator like "'one two three'/2" ? #41

Open zemguru opened 6 years ago

zemguru commented 6 years ago

How can I request a search, by limiting minimum matching words?

Something like here: http://sphinxsearch.com/forum/view.html?id=11039

If I pass "/2" in a query string, it will be escaped thus - non functional.