feathers-mongodb-fuzzy-search
Fuzzy search library
A library that adds fuzzy search capabilities to MongoDB queries in a JavaScript framework
Add fuzzy $search to mongodb service.find queries
40 stars
3 watching
10 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
x-tabdeveloping/neofuzz | A fast and customizable fuzzy text search library for Python | 38 |
andylokandy/simsearch-rs | A simple fuzzy search engine for similar strings in memory-based data | 170 |
brianhempel/fuzzy_tools | A toolset for searching and indexing strings in Ruby with fuzzy matching capabilities | 23 |
feathersjs-ecosystem/feathers-mongoose | Provides a Feathers database adapter for Mongoose, an object modeling tool for MongoDB. | 189 |
madskjeldgaard/fzf-sc | A plugin that enables fuzzy searching in NeoVim for SuperCollider code execution | 20 |
jus101/feathers-dynamodb | A Feathers service that interacts with Amazon DynamoDB to provide a simple and efficient way to store and manage data in a NoSQL database | 13 |
johnayoung/feathers-algolia | A Feathers plugin that integrates Algolia search functionality into a web application | 2 |
feathersjs-ecosystem/feathers-elasticsearch | A Feathers.js adapter for interacting with Elasticsearch databases. | 78 |
feathersjs-offline/localforage | Simplifies storage in IndexedDB, WebSQL, and LocalStorage for mobile and offline-first applications. | 9 |
hugopl/fzy | An algorithm for efficiently searching through a list of strings to find matches with varying levels of similarity | 45 |
grizzl/grizzl | A fuzzy search index and completing-read utility for Emacs, providing efficient incremental searches. | 169 |
deanishe/alfred-fuzzy | A script that enables fuzzy search functionality in Alfred workflows | 93 |
rustyconover/duckdb-fuzzycomplete-extension | A DuckDB extension that provides fuzzy string matching based autocompletion | 7 |
aubreypwd/zsh-plugin-fd | Provides a shell plugin to use fuzzy file searching and older finding using fzf. | 7 |
derekparker/trie | A Go library implementing a data structure for fast prefix and fuzzy string searching | 765 |