-
-
Notifications
You must be signed in to change notification settings - Fork 507
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Sometimes CALL SUGGEST does not suggest a correction of a single letter typo #271
Comments
FYI: found same issue reported @ http://sphinxsearch.com/forum/view.html?id=16301 |
The issue is reproduced on the latest 3.2.0 e526a01@191017 release docker image |
I will look at issue and report that is from bug of code or wrong default settings of |
Any update on this? |
How it works internally is:
So it's somewhat an expected behaviour, however I agree it's more of a bug as "ravge" should match with "range". We might find time to improve the algorithm in future, but right now it's not in our nearest plans (of course unless you or your company is ready to sponsor the development - https://manticoresearch.com/services/) |
we could switch to 2symbol ngram generation for suggest word in case of result is empty or in case a new suggest query option force this behavior |
Any update on this? Is there some settings\params we could specify on our own for this ? I faced the same issue. May be it will usefull. Changing Index setting "morphology" to lemmatizer does not change situation.
|
Unfortunately not. There have been more pressing issues to deal with. We'll try our best to prioritize it for the next release, but I can't make any promises. |
should be fixed at ec19c5b |
Manticore Search version:
Manticore 3.1.2
OS version:
Image used at https://play.manticoresearch.com/didyoumean/
Linux didyoumean-557fd77c77-j52qr 4.15.0-50-generic #54-Ubuntu SMP Mon May 6 18:46:08 UTC 2019 x86_64 GNU/Linux
Build version:
Manticore 3.1.2 47b6bc2@190822 release
Description of the issue:
CALL SUGGEST('ravge', 'movies');
does not suggest rangeyet both
CALL SUGGEST('rvnge', 'movies');
andCALL SUGGEST('ranve', 'movies');
do suggest range.Steps to reproduce:
# mysql -P9306 -h0
The config for the index is reportedly this:
The text was updated successfully, but these errors were encountered: