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

Not sure about the spellcheck accuracy in autocomplete #75

Closed
ghost opened this issue Jul 4, 2016 · 5 comments
Closed

Not sure about the spellcheck accuracy in autocomplete #75

ghost opened this issue Jul 4, 2016 · 5 comments
Assignees
Labels

Comments

@ghost
Copy link

ghost commented Jul 4, 2016

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

@romainruaud
Copy link
Collaborator

Confirmed. Fuzziness and Phonetic are not applied in autocomplete.

Currently investigating.

@romainruaud
Copy link
Collaborator

romainruaud commented Sep 14, 2016

This is due to :

see the PR #114 for a proposal of implementation

@romainruaud
Copy link
Collaborator

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.

@romainruaud romainruaud assigned afoucret and unassigned romainruaud Sep 20, 2016
@romainruaud
Copy link
Collaborator

@afoucret assigned for review of #114

@romainruaud
Copy link
Collaborator

the PR has been merged.

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

2 participants