Skip to content
New issue

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

Wrong spelling does not give search results #1

Open
madguy02 opened this issue May 29, 2019 · 1 comment
Open

Wrong spelling does not give search results #1

madguy02 opened this issue May 29, 2019 · 1 comment
Labels

Comments

@madguy02
Copy link
Owner

With the search query written, it only matches words now. Query can be improved

@madguy02
Copy link
Owner Author

Solution: The query is improved and searches are optimized a bit now, It can search wrong spellings as well and can give probable outcomes for it. This requires fuzziness to be involved in the query, can set the fuzziness from 0 ,1, or 2 but its actually preferrable to keep it as "AUTO" .

Also, as the recommended version for elastic search for this search engine is 7.1.0. so the filtered query has been deprecated as well, so instead in order to impact the scoring we have used bool, must and should

@madguy02 madguy02 added the fixed label May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant