fuzzysearch
Fuzzy matcher
An algorithm for matching strings with partial input for efficient filtering of data
Tiny and blazing-fast fuzzy search in JavaScript
3k stars
42 watching
87 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
arve0/feathers-mongodb-fuzzy-search | A library that adds fuzzy search capabilities to MongoDB queries in a JavaScript framework | 40 |
lucaong/minisearch | A lightweight full-text search engine for browser and Node applications | 4,922 |
andylokandy/simsearch-rs | A simple fuzzy search engine for similar strings in memory-based data | 171 |
brianhempel/fuzzy_tools | A toolset for searching and indexing strings in Ruby with fuzzy matching capabilities | 23 |
seletskiy/zsh-fuzzy-search-and-edit | A plugin for zsh that enables fast fuzzy searching and editing of matched lines. | 33 |
jhawthorn/fzy.js | A JavaScript implementation of a fuzzy string matching algorithm | 152 |
madskjeldgaard/fzf-sc | A plugin that enables fuzzy searching in NeoVim for SuperCollider code execution | 20 |
wouterrutgers/fuzzy-search | A lightweight JavaScript library for searching similar strings in an array of objects | 226 |
mattyork/fuzzy | A fuzzy string search utility that filters lists based on partial matches | 832 |
smashedtoatoms/the_fuzz | Provides Elixir implementations of string metric and phonetic algorithms | 77 |
fuzzyautocomplete/fuzzyautocompleteplugin | A plugin for Xcode that enhances autocompletion functionality with fuzzy matching and more | 3,243 |
danharltey/fastenshtein | An optimized Levenshtein implementation for fast fuzzy matching and string comparison in .NET. | 250 |
hernanmd/fuzzysearcher | An implementation of the ambiguous matching algorithm from Baeta-Yates et al. | 2 |
tomlingham/laravel-searchy | Makes user-driven searching easy on data in models with fuzzy search and weighted mechanics | 535 |
glench/fuzzyset.js | A fuzzy string matching library that performs approximate string matching and likely mispellings detection | 1,371 |