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

Suggested improvement: better fuzzy matching #6

Open
apkawel opened this issue Apr 19, 2022 · 0 comments
Open

Suggested improvement: better fuzzy matching #6

apkawel opened this issue Apr 19, 2022 · 0 comments

Comments

@apkawel
Copy link

apkawel commented Apr 19, 2022

The workflow's fuzzy matching should match any combination of both (a) whole words and (b) partial words in the task name, regardless of (c) order of the terms or (d) other words in the task name.

Example task name: verify National Do Not Call Registry

Current results of searches:

  • verify → ✅ match (whole word)
  • veri → ✅ match (partial word)
  • verify nat → ✅ match (whole word + partial next word)
  • veri nat → ❌ no match (partial word + partial next word)
  • veri national → ❌ no match (partial word + whole next word)
  • national verify → ❌ no match (whole words out of order)
  • call → ✅ match (whole word)
  • not call → ✅ match (whole word + whole next word)
  • national not ❌ no match (whole words in correct order but without one or more words that come between them)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant