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
I noticed we ship a FuzzySearch class which wraps an 6 year old version of fuse.js. The only API which uses FuzzySearch is Tool.findPartialMatches - this seems like something an application could handle rather than the library.
I can't find any usage of either of these APIs in our internal applications, I imagine it was once used for partial key-in search @bbastings?
However, partial keyin search in our test applications seems to be handled manually through substr comparison.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed we ship a FuzzySearch class which wraps an 6 year old version of fuse.js. The only API which uses FuzzySearch is Tool.findPartialMatches - this seems like something an application could handle rather than the library.
I can't find any usage of either of these APIs in our internal applications, I imagine it was once used for partial key-in search @bbastings?
However, partial keyin search in our test applications seems to be handled manually through substr comparison.
The text was updated successfully, but these errors were encountered: