GitHub - m31coding/fuzzy-search: A fast, accurate and multilingual fuzzy search library for the frontend.
libsearch 🔎
Simple, index-free text search for JavaScript, used across my personal projects like YC Vibe Check, linus.zone/entr, and my personal productivity software. Read the annotated source to understand how it works under the hood.
The API
Let's begin with some quick examples:
Simple, index-free text search for JavaScript, used across my personal projects like YC Vibe Check, linus.zone/entr, and my personal productivity software. Read the annotated source to understand how it works under the hood.
The API
Let's begin with some quick examples:
GitHub - thesephist/libsearch: Simple, index-free full-text search for JavaScript

Incremental filtering interfaces also shine when the search space isn’t something that can easily be verbalized into keywords, like photo or audio search, or medical images.
thesephist.com • Navigate, don't search
