GitHub - m31coding/fuzzy-search: A fast, accurate and multilingual fuzzy search library for the frontend.
Frontend Fuzzy Search
@m31coding/fuzzy-search is a frontend library for searching objects with ids (entities) by their names and features (terms). It is
Fast: A query takes usually well below 10 ms.
Accurate: Powered by n-grams with a novel approach of character sorting.
Multilingual: The language-agnostic design of the algorithm enables operation across all languages.
Flexible: Entities and their terms can be inserted, updated and removed.
Reliable: Well tested standalone library with no depend...
Read more at github.com