sphinxsearch
sphinxsearch copied to clipboard
Sphinx Search for Laravel 5
When trying to do a search for BMW Motorrad or partials of it. searching for: BMW is ok BMW M or any characters after return no results BMW Motorrad returns...
test
Waiting Laravel 6 compatibility. Dependencies outdated.
ErrorException in SphinxSearch.php line 26: mysqli_connect(): (HY000/2002): No connection could be made because the target machine actively refused it.
When executing a query that fails via the eloquent method, we have no way to know what the error was. This pull request adds a SphinxSerachException to be thrown instead...
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...
So it seems there is not built in pagination, I'm trying to build my own. That said, when I use ->query() it gives me the total_count number I need. But...
I create a new method to set the index name, specialy when the devoloper don't need the 'search' method, only 'query'. In 'query' method, SphinxSearch use the first indexer specified...