Closed kand617 closed 6 years ago
While performing autocomplete, the effectiveness of fuzzy (with an distance of 2) search for short words is reduced drastically.
For example suggestions for pet include all 3 letter characters. Which is not useful. Recommendation: We increase the minimum size to 4 characters.
pet
Issue resolved with PR #44
While performing autocomplete, the effectiveness of fuzzy (with an distance of 2) search for short words is reduced drastically.
For example suggestions for
pet
include all 3 letter characters. Which is not useful. Recommendation: We increase the minimum size to 4 characters.