MCPcopy Index your code
hub / github.com/bevacqua/fuzzysearch

github.com/bevacqua/fuzzysearch @v1.0.2

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.0.2 ↗ · + Follow
1 symbols 2 edges 2 files 0 documented · 0% updated 3y ago★ 2,7432 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

fuzzysearch

Fuzzy search in JavaScript

Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based on lightweight user input.

Install

From npm

npm install --save fuzzysearch

fuzzysearch(query, data)

Returns true if query matches data using a fuzzy-searching algorithm.

fuzzysearch('twl', 'cartwheel') // <- true
fuzzysearch('cart', 'cartwheel') // <- true
fuzzysearch('cw', 'cartwheel') // <- true
fuzzysearch('ee', 'cartwheel') // <- true
fuzzysearch('art', 'cartwheel') // <- true
fuzzysearch('eeel', 'cartwheel') // <- false
fuzzysearch('dog', 'cartwheel') // <- false

License

MIT

Core symbols most depended-on inside this repo

fuzzysearch
called by 6
index.js

Shape

Function 1

Languages

TypeScript100%

Modules by API surface

index.js1 symbols

For agents

$ claude mcp add fuzzysearch \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact