Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fuzzy matching not working proper #760

Open
1 task done
imran-khanmemon opened this issue Feb 7, 2024 · 1 comment
Open
1 task done

Fuzzy matching not working proper #760

imran-khanmemon opened this issue Feb 7, 2024 · 1 comment

Comments

@imran-khanmemon
Copy link

imran-khanmemon commented Feb 7, 2024

Is there an existing issue for this?

  • I have searched the existing issues

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']
}

@imran-khanmemon imran-khanmemon changed the title Search results are not up to level Fuzzy matching not working proper Feb 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

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

@github-actions github-actions bot added the Stale label Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant