krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.76k stars 753 forks source link

Fuzzy matching not working proper #760

Open imran-khanmemon opened 4 months ago

imran-khanmemon commented 4 months ago

Is there an existing issue for this?

Your question

Following the website using fuse search https://easternmart.mysupershoply.com/c/medicines Try to search "Mirinda /" here I am searching for Marinda which gives me proper results, if I further add / then the results are according to / not Miranda /

This is my option setting const options = { includeScore: false, threshold: 0.6, findAllMatches: false, includeMatches: false, useExtendedSearch: true, ignoreLocation: true, //location: 0, //distance: 100, //maxPatternLength: 5, minMatchCharLength: 5, keys: ['V.T'] }

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 30 days