dcholth / nothic-bugs

Nothic.io Bug Tracking
0 stars 0 forks source link

[Feature] Fuzzy Topic Search #22

Open dcholth opened 3 years ago

dcholth commented 3 years ago

When searching for a topic, use some fuzzy logic to help people who may have misspelled or don't know the exact wording of the topic

dcholth commented 3 years ago

Fuzzy search using Jaro Winkler was not good. May re-enable with experimental features, but simply doing a string 'contains' instead of 'startsWith' seemed to do the trick.