https://bugs.kde.org/show_bug.cgi?id=405094

Igor Poboiko <igor.pobo...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |igor.pobo...@gmail.com

--- Comment #1 from Igor Poboiko <igor.pobo...@gmail.com> ---
The problem here is that short terms (of length < 3) are only matched
*exactly*. This is intentional: because if we match them by prefix (like we do
with longer terms) there will most likely be just too many matches.

So in your case 'AB 1' doesn't match files #1 and #3 because they don't contain
"1" exactly. But all of them do contain "AB" exactly.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to