GitHub - thesephist/libsearch: Simple, index-free full-text search for JavaScript
Frontend Fuzzy Search
@m31coding/fuzzy-search is a frontend library for searching objects with ids (entities) by their names and features (terms). It is
@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
GitHub - m31coding/fuzzy-search: A fast, accurate and multilingual fuzzy search library for the frontend.
Searching 32 million records in 30 milliseconds is insane!
I don't know how large your database is, but there's no reason your search results are slower than this.
@typesense is a crazy fast open-source search engine. They are like ElasticSearch but way easier to set up, configure, and use.... See more
Santiagox.com