We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 the company
public static function getQSAdvertiser($keyword){ $sphinx = new SphinxSearch(); $results = $sphinx ->search($keyword, 'companyqs') ->limit(10000) ->setMatchMode(\Sphinx\SphinxClient::SPH_MATCH_EXTENDED2) ->setRankingMode(\Sphinx\SphinxClient::SPH_RANK_MATCHANY) ->query(); return $results; }
The text was updated successfully, but these errors were encountered:
This issue is part of a word in the search bar....
Sorry, something went wrong.
No branches or pull requests
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 the company
The text was updated successfully, but these errors were encountered: