# m31coding/fuzzy-search

A fast, accurate and multilingual fuzzy search library for the frontend.

Repository: https://github.com/m31coding/fuzzy-search
Canonical: https://ross.abutalabs.com/products/fuzzy-search
Language: TypeScript
License: MIT
License Family: permissive
Topics: fuzzy, fuzzy-search, javascript, search, string-matching, typescript, prefix-search, substring-search, suffix-array
Last push: 2025-10-31T13:00:05+00:00

## Health v2 (maintenance only)
Score: 43/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 49, release rhythm 22, longevity 67
- inputs: {"age_days": 939, "days_push": 306, "days_rel": 310, "gap_med": 338, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1125, forks 19 (observed 2026-08-28T04:03:41.111267+00:00)

## What it is
A fast, dependency-free TypeScript fuzzy search library for searching entities by names and terms, powered by a suffix array and n-gram character sorting. It works in both browser and Node.js environments and supports multilingual text with dynamic index updates.

## Use cases
- add fuzzy search autocomplete to a web app
- search a list of names with typos in the browser
- implement multilingual client-side search over entities
- build a fast prefix and substring search index in JavaScript
- fuzzy match user input against a small dataset under 10ms
- search objects by id and name fields in a frontend app

## When to choose
- you need fast client-side fuzzy search with no dependencies
- your dataset is small to medium and must be indexed in the browser
- you need multilingual, language-agnostic string matching
- you want to insert, update, and remove indexed entities dynamically

## When to avoid
- you need full-text search over large corpora or server-scale datasets
- you need a hosted search service with analytics and relevance tuning
- you need semantic or vector-based search rather than string matching

## Facets
- artifact type: library
- maturity: active
- function: search-engine, parser
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: fuzzy-search, string-matching, suffix-array, n-grams, prefix-search, substring-search, multilingual, typescript, zero-dependency, search, algorithms, natural-language-processing, nodejs

## Member repositories
- m31coding/fuzzy-search (main) score 43

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:41.111267+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:39:32.412625+00:00, confidence not recorded.
  - readme: https://github.com/m31coding/fuzzy-search (fetched 2026-08-28T04:03:41.111267+00:00, sha 0ad5043852dc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
