Show HN: Front End Fuzzy and Substring and Prefix Search
github.com·11h·
Discuss: Hacker News
Flag this post

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.

  • Related blog post

  • [Try the demo](https://www.m31coding.com/fuzzy-search-demo.html…

Similar Posts

Loading similar posts...