# farzher/fuzzysort

Fast SublimeText-like fuzzy search for JavaScript.

Repository: https://github.com/farzher/fuzzysort
Canonical: https://ross.abutalabs.com/products/fuzzysort
Homepage: https://farzher.github.io/fuzzysort/test/test.html
Language: JavaScript
License: MIT
License Family: permissive
Topics: fuzzy, search, filter, javascript, sublime
Last push: 2026-08-13T07:14:38+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 35, longevity 100
- inputs: {"age_days": 3302, "days_push": 20, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4344, forks 160 (observed 2026-08-28T04:08:46.175276+00:00)

## What it is
A fast, tiny, zero-dependency JavaScript library for SublimeText-like fuzzy search and ranking of strings and objects. It supports single and multi-key searching, highlighting matched indexes, and immutable snapshots for high performance.

## Use cases
- fuzzy filter a list of files as the user types
- build an autocomplete or typeahead dropdown
- search command palettes like Sublime Text or VS Code
- rank and highlight matching substrings in search results
- fuzzy search across multiple object properties
- filter thousands of items in under a millisecond

## When to choose
- you need fast client-side fuzzy matching in JavaScript with no dependencies
- you want SublimeText-style ranking and match highlighting
- you need to search objects by one or more keys with custom scoring

## When to avoid
- you need full-text or natural language search with tokenization and relevance across large corpora
- you need a backend search engine or index persistence
- you need typo tolerance or semantic search

## Facets
- artifact type: library
- maturity: stable
- function: search-engine, parser
- domain: developer-tools, web-development, frontend
- platform: browser, cross-platform
- tags: fuzzy-search, fuzzy-matching, autocomplete, typeahead, sublime-text, zero-dependencies, ranking, search, nodejs

## Member repositories
- farzher/fuzzysort (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:46.175276+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-29T18:21:35.286342+00:00, confidence not recorded.
  - readme: https://github.com/farzher/fuzzysort (fetched 2026-08-28T04:08:46.175276+00:00, sha 4d8447e7148c)
  - homepage: https://farzher.github.io/fuzzysort/test/test.html (fetched 2026-08-29T09:10:29.613918+00:00, sha d7105839da65)
  - registry_npm: https://registry.npmjs.org/fuzzysort (fetched 2026-08-29T09:10:29.646190+00:00, sha ede8726c114e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
