Frontend Fuzzy + Substring + Prefix 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 a suffix array and 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 dependencies.
Universal: Works seamlessly in both frontend and backend (Node.js) environments.
Installation
Install the package via npm:
... continue reading