spectresystems / jarvis

Your robotic butler.
MIT License
646 stars 53 forks source link

Fuzzy search: Increase search distance #92

Open alihamandi opened 5 years ago

alihamandi commented 5 years ago

add fuzzy search to make it more accurate

patriksvensson commented 5 years ago

There already is fuzzy search using Levhenstein distance. We're only fuzzying for a distance of one (so you can write "kode" instead of "code", but not "klde").

I can take a look at if we can increase the distance for this or make it configurable. Problem is that allowing "more fuzzy" searches also requires more processing power.