-
Notifications
You must be signed in to change notification settings - Fork 340
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
Not sure about the spellcheck accuracy in autocomplete #75
Labels
Comments
Confirmed. Fuzziness and Phonetic are not applied in autocomplete. Currently investigating. |
This is due to :
see the PR #114 for a proposal of implementation |
Other idea, we could consider the Request Builder to process a fuzzy query by default, instead of an exact one, but that's not perfect either. |
the PR has been merged. |
romainruaud
pushed a commit
to romainruaud/elasticsuite
that referenced
this issue
Nov 24, 2021
…ng-cleanup [Campaign] cleanup + fixing license tag
ghost
mentioned this issue
Jul 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have some doubts (?) about the accuracy of the "spellcheck" feature in autocomplete.
For example on the store http://demo.magento-elastic-suite.io/
if you search "fytness", the autocomplete doesn't suggest any product, but the search engine suggest "fitness" products.
I did some tests with Magento 1 and it seems that the autocomplete engine was much more tolerant to mistakes during typing. On Magento 2 almost no mistakes are allowed.
Possible explanation: Maybe only the phonetic search is applied in autocomplete without fuzzy search ?
Example:
"messengeer" suggest products with "messenger"
but
"messengeZr" doesn't suggest any product
The text was updated successfully, but these errors were encountered: