-
Replace trie.js in Dictionary.js with a fuzzy search capable library.
-
>Form a ux-standpoint I would suggest a fuzzy search. Helping our users find what they are looking for as much as possible. But being able to filter on full matches is better than not at all. So build…
-
Regex and https://github.com/bripkens/fuzzy.js
-
-
Search: after title match, do searchstring-search: Then, search close matches (like typos etc, find OBI when typed OIB)
falue updated
2 years ago
-
Search input should handle use this [algorithm](https://en.wikipedia.org/wiki/Approximate_string_matching)
-
Hi. First off, thanks for creating this script. It's fantastic.
How would you feel about augmenting the string matching to perform a fuzzy search? Would you consider merging such a feature upstream?
-
Sometimes I realized in the momentum of screening that I would simply misspell words (“court” vs “cuort”) and therefore miss out on that person while using the search function later on.
-
can potentially use: http://www.listjs.com/docs/plugins/fuzzysearch
-
Are there any plans for fuzzy searching in is.vim?