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

Option if fuzzy_match accepted list is empty for a given letter #218

Merged
merged 2 commits into from
May 1, 2024

Conversation

ehwenk
Copy link
Collaborator

@ehwenk ehwenk commented May 1, 2024

Need to add if else loop to only search for fuzzy matches if the subset accepted list (with same first letter) is non-empty. If there were no strings on the accepted list with the same first letter as the input text, warnings were generated.

Need to add `if else` loop to only search for fuzzy matches if the subset accepted list (with same first letter) is non-empty. If there were no strings on the accepted list with the same first letter as the input text, warnings were generated.
@ehwenk ehwenk requested a review from dfalster May 1, 2024 08:25
@dfalster
Copy link
Member

dfalster commented May 1, 2024

Can you add a test to make sure it works when there's no acceptable match?

@dfalster
Copy link
Member

dfalster commented May 1, 2024

Thanks, feel free to merge

@ehwenk ehwenk merged commit d6f4a6e into develop May 1, 2024
4 checks passed
@ehwenk ehwenk deleted the fuzzy_match_option branch May 1, 2024 09:53
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

Successfully merging this pull request may close these issues.

2 participants