We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fuse.js has seen a couple new major releases recently. I don't know much about what might have changed, but it seems the code is smaller now.
https://github.com/krisk/Fuse/releases
The text was updated successfully, but these errors were encountered:
Would be really cool. Because, for example:
const options = { includeScore: true, shouldSort: true, threshold: 0.0, useExtendedSearch: true, ignoreLocation: true, keys: [ "keywords" ] }; const fuse = new Fuse(list, options); // Change the pattern const pattern = "tyu hello asd" return fuse.search(pattern)
in
[ { "keywords": "hello zxc qweeee tyu",}, { "keywords": "hello omg asdddd tyu",}]
fuse 6 - will return second item. Current version - will return nothing.
I would like to use it for search by keywords.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Fuse.js has seen a couple new major releases recently. I don't know much about what might have changed, but it seems the code is smaller now.
https://github.com/krisk/Fuse/releases
The text was updated successfully, but these errors were encountered: