Open dcholth opened 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
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.
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