jeancroy / FuzzySearch

:mag: Fast autocomplete suggestion engine using approximate string matching
MIT License
194 stars 32 forks source link

Non Fuzzy search #44

Open halukkaramete opened 5 months ago

halukkaramete commented 5 months ago

Hi Jean, which param(s) plays a role so that FuzzySearch becomes pretty much a nonFuzzy and behave like a standard match? For example, how do we adjust the params so that when you type "ABC", you get ONLY those results where the"abc" literally exists... ?. As you know, when it is in fuzzy, ABXC, or A.B.C etc are all good matches...

I know that this approach beats the entire purpose of the amazing fuzzy capability, but at times, it may be very handy.