In Find, "only whole words" also finds postfixes #1857
Labels
Good First Issue
A beginner-friendly issue, great for first-time contributors
Help Wanted
Would love additional input or contributions!
Priority:High
Should be addressed soon but not critical
Nature of issue?
Details about the bug:
Steps:
Result: All occurences of "a" are highlighted, and pressing Enter or the "next" arrow cycles through them. Great.
Actual Result: Highlighted are all occurrences where "a" is the last character of a token, including but not limited to where "a" is the whole word. Pressing Enter or the "next" arrow cycles through all of these.
Expected Result: only those occurrences are found where the input is the whole word, not where its the postfix of a token.
The example uses single-letter "a", but it works with multiple-letter search terms too. The issue doesn't seem to be affected by what you're searching for.
Attaching a screen grab of the issue.
find-whole-words.mp4
The text was updated successfully, but these errors were encountered: