feathers-mongodb-fuzzy-search icon indicating copy to clipboard operation
feathers-mongodb-fuzzy-search copied to clipboard

Add fuzzy $search to mongodb service.find queries

Results 12 feathers-mongodb-fuzzy-search issues
Sort by recently updated
recently updated
newest added

Hello there, what i'm trying to achieve is an AND search. Right now if my query string is " red blu" will find any document in which columns (fields) contains...

I really like the implementation of full-text search on NeDB from a user perspective. MongoDB $text seems to have been designed for internal use, such as finding labels, tags and...