# bvaughn/redux-search

Redux bindings for client-side search

Repository: https://github.com/bvaughn/redux-search
Canonical: https://ross.abutalabs.com/products/redux-search
Homepage: https://bvaughn.github.io/redux-search/
Language: JavaScript
License: MIT
License Family: permissive
Topics: redux, search, resources, state, middleware
Last push: 2020-12-11T03:28:22+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3935, "days_push": 2091, "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 1392, forks 62 (observed 2026-08-28T04:04:36.132556+00:00)

## What it is
A higher-order Redux library that adds client-side search capabilities to collections of objects, powered by js-worker-search in a web worker. It provides actions and selectors for searching resources and automatically rebuilds search indexes as the store changes.

## Use cases
- add full-text search to a redux store
- search collections of documents client-side without a server
- keep search results in sync with redux state changes
- filter large lists of records in a react/redux app
- run search indexing off the main thread in a web worker

## When to choose
- your app already uses Redux and needs lightweight in-browser search
- you want automatic index updates as store data changes
- you need search results as document ids without serializing full documents

## When to avoid
- you need a server-side or distributed search engine like Elasticsearch
- your project no longer uses Redux or legacy Babel polyfills
- you need actively maintained search tooling with modern JS support

## Facets
- artifact type: library
- maturity: maintenance
- function: search-engine, middleware, state-management
- domain: web-development, frontend
- platform: browser
- tags: redux, client-side-search, web-worker, react, search, nodejs, javascript

## Member repositories
- bvaughn/redux-search (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:36.132556+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-30T04:39:31.965893+00:00, confidence not recorded.
  - readme: https://github.com/bvaughn/redux-search (fetched 2026-08-28T04:04:36.132556+00:00, sha f0f0d982d31a)
  - homepage: https://bvaughn.github.io/redux-search/ (fetched 2026-08-29T11:54:43.047857+00:00, sha a5c6fff7ff09)
  - registry_npm: https://registry.npmjs.org/redux-search (fetched 2026-08-29T11:54:43.056593+00:00, sha 1bee3118cdd0)
- Data as of 2026-08-30T08:39:29.467469+00:00.
