-
Notifications
You must be signed in to change notification settings - Fork 236
Open
Labels
buildologyIssues related to process, tooling or CI/CD pipelinesIssues related to process, tooling or CI/CD pipelines
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
buildologyIssues related to process, tooling or CI/CD pipelinesIssues related to process, tooling or CI/CD pipelines