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

Tobias Leupold <tobias.leup...@web.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |INVALID

--- Comment #4 from Tobias Leupold <tobias.leup...@web.de> ---
Okay, after some quick investigation: "It's not a bug, it's a feature™" ;-)

When opening the annotation dialog, you can click "Options" at the bottom and
choose how tags should be matched. You can choose from:

- Match tags from the first character
- Match tags from word boundaries
- Match tags anywhere

The default seems to be "Match tags from word boundaries", which will always
result in an empty list when some search term with a space character is
entered, as the tag names are split up by whitespace and matched against the
entered text afterwards (and thus, no space can ever be found there).

E. g.: If we have "Fr. Müller", it's split up to "Fr." and "Müller". As soon as
your search string becomes "Fr. ", it neither matches any of them because it
contains a space at the end.

If you switch to "Match tags from the first character", you get your desired
behavior.

Probably, this wasn't there in KPA 4.1.1, so it "simply" worked there. If of if
not this is a meaningful thing to do or if this could be a bit smarter is
another question …

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

Reply via email to