Fuzzy find but only within a single word #4046
Unanswered
wojciech-kulik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possible to change the algorithm to use fuzzy search only within the same word? Example below:
Source:
I would like to make it possible search using the following phrase:
at the same time I wouldn't like to hit that result if I type:
but currently it will find:
The current algorithm often makes it hard to find the desired result, because the entered phrase may often match single letters across the whole source entry.
I see the benefits of the current approach, but I would like to have an option to adjust the behavior to my needs. Is that possible?
It would be a nice feature to indicate that I want a fuzzy search but only within a single word like:
would match:
instead of:
Beta Was this translation helpful? Give feedback.
All reactions