brianreavis/sifter.js
A library for textually searching arrays and hashes of objects by property (or multiple properties). Designed specifically for autocomplete. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4770
- days_rel: n/a
- days_push: 1492
- n_releases_24m: 0
Adoption not part of the score
1099 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Sifter.js is a JavaScript library for textually searching arrays and hashes of objects by one or more properties, with scoring, filtering, and sorting designed for autocomplete. It works both client- and server-side via UMD and supports diacritics, nested properties, and multi-field sorting.
Use cases
- build autocomplete for a list of objects
- fuzzy search arrays of objects by property in javascript
- search objects with diacritic-insensitive matching
- sort search results by multiple fields
- filter a dataset client-side as the user types
- search nested object properties with dot notation
When to choose
- you need lightweight, dependency-free fuzzy search/autocomplete over in-memory object collections
- you need diacritic-tolerant matching and smart match scoring
- you need the same search code in browser and node.js
When to avoid
- you need full-text search over large datasets or an index - use a real search engine like lunr, flexsearch, or Elasticsearch
- you need active development or guaranteed maintenance - the project has no license file and infrequent releases
- you need server-side search over databases rather than in-memory arrays
Facets
library · maturity maintenance
search-engine parser frontend web-development developer-tools browser autocomplete fuzzy-search text-search diacritics client-side umd search nodejs javascript
1 source
- readme: https://github.com/brianreavis/sifter.js · fetched 2026-08-28 · bc236795efe5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| brianreavis/sifter.js | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="brianreavis/sifter.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem