fuzzify icon indicating copy to clipboard operation
fuzzify copied to clipboard

A tiny lightweight library for Fuzzy Search

Results 4 fuzzify issues
Sort by recently updated
recently updated
newest added

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

enhancement
good first issue

documentation
good first issue

Add in-memory caching to optimize the perf and enhance the search results.

performance

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`...

enhancement
hacktoberfest