fuzzify
fuzzify copied to clipboard
A tiny lightweight library for Fuzzy Search
By default `options.caseSensivite` will be `false` as it is right now, once the prop is true then we should show result depending on the matches respective case sensitivity
Add in-memory caching to optimize the perf and enhance the search results.
Currently, only an array of strings is accepted as a list. Let's allow an array of objects instead when initializing the fuzzify library. Additinally `keys` should be passed to `search`...