https://bugs.kde.org/show_bug.cgi?id=452964
Jonathan Poelen <jonathan.poe...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.poe...@gmail.com --- Comment #1 from Jonathan Poelen <jonathan.poe...@gmail.com> --- The way keyword works is to take all the characters that are not delimiters and then search for a keyword. With > for binary append <, the string searched will be " for binary append " which has no match since there are extra spaces. <keyword> is absolutely not made to work with delimiters present in items. You can use <WordDetect> which only checks for delimiters at the beginning and end. In this case, you don't need to put any more spaces in weakDeliminator -- You are receiving this mail because: You are watching all bug changes.