Closed ehwenk closed 6 months ago
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.
if else
Can you add a test to make sure it works when there's no acceptable match?
Thanks, feel free to merge
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.