[Meta: note that changes to the fuzzy matcher are in process in #3058 -- this is mostly a reminder to myself to either make this change there are do this as a close followup once the PR is merged]
The fuzzy matcher should favour finding a complete word over finding the start of the letter collection as early as possible. The issue can be seen here:
poo should match poo in pile_of_poo (and so giving a higher score) in preference to matching the earlier instances of p and o.
[Meta: note that changes to the fuzzy matcher are in process in #3058 -- this is mostly a reminder to myself to either make this change there are do this as a close followup once the PR is merged]
The fuzzy matcher should favour finding a complete word over finding the start of the letter collection as early as possible. The issue can be seen here:
pooshould matchpooinpile_of_poo(and so giving a higher score) in preference to matching the earlier instances ofpando.