https://bugs.kde.org/show_bug.cgi?id=487855
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/systemsettings/-/commit/ |ma/systemsettings/-/commit/ |905ae9bce14eb99671a6524e625 |5f576c3b6763889fd2ff795e3f7 |485ba96621ef1 |65f0db68b0ab0 --- Comment #6 from Harald Sitter <sit...@kde.org> --- Git commit 5f576c3b6763889fd2ff795e3f765f0db68b0ab0 by Harald Sitter. Committed on 04/06/2024 at 13:15. Pushed by sitter into branch 'Plasma/6.1'. join keywords lists using ZERO WIDTH SPACE instead of empty string this prevents the filter rule from matching silly word constructs for example kcm_access.json has `["bounce keys", "slow keys"]` as keywords. when we join those without separator we get 'bounce keysslow keys'. that still matches the original words but also the silly join construct of e.g. 'ssl'. to prevent all unintended keyword unions (or sequences thereof) simply insert a ZWSP as separator (cherry picked from commit 905ae9bce14eb99671a6524e625485ba96621ef1) Co-authored-by: Harald Sitter <sit...@kde.org> M +6 -1 app/MenuModel.cpp https://invent.kde.org/plasma/systemsettings/-/commit/5f576c3b6763889fd2ff795e3f765f0db68b0ab0 -- You are receiving this mail because: You are watching all bug changes.