-
-
Notifications
You must be signed in to change notification settings - Fork 780
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
ignoreLocation when useExtendedSearch = true #465
Comments
Thanks for flagging. Do you have sample data + fuse setup to replicate the issue? |
Tested this on the live demo. It will return the item in List.json Main.js
|
Same issue here. This is my code sandbox. When |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days |
Just a comment to prevent closing. |
Also running into this issue. We've turned off useExtendedSearch for now because of it, but would love to use it! |
Hi!
I had an issue where I did not get the expected search results due to some strings being way longer than others.
I updated Fuse to the latest version when the ignoreLocation flag was introduced and this solves the issue if I dont enable useExtendedSearch. However, if I set it to true it looks like ignoreLocation is no longer relevant and I fall back to the default values for location and distance.
Is this expected behavior when using extended search?
The text was updated successfully, but these errors were encountered: