api-collab / api-collab-server

0 stars 2 forks source link

Suggestions API - Fuzzy Search minimum word length #43

Closed kand617 closed 6 years ago

kand617 commented 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.

kand617 commented 6 years ago

Issue resolved with PR #44