Top "Fuzzy-search" questions

A search mechanism where the objective is to find all approximate, relevant or possibly relevant results for the search-key rather than finding an exact match.

Mongodb partial matching

How to get all documents in mongodb with one levenshtein distance. I have collection for football teams. { name: 'Real Madrir', …

javascript regex mongodb levenshtein-distance fuzzy-search
Fuse.js: Fuzzy search in Array like object

I would like to perform a fuzzy search on an Object with a flat hierarchy. On the demo page of …

javascript search web fuzzy-search fuse.js