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 | |ma/systemsettings/-/commit/ | |905ae9bce14eb99671a6524e625 | |485ba96621ef1 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #5 from Harald Sitter <sit...@kde.org> --- Git commit 905ae9bce14eb99671a6524e625485ba96621ef1 by Harald Sitter. Committed on 04/06/2024 at 13:14. Pushed by sitter into branch 'master'. 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 M +6 -1 app/MenuModel.cpp https://invent.kde.org/plasma/systemsettings/-/commit/905ae9bce14eb99671a6524e625485ba96621ef1 -- You are receiving this mail because: You are watching all bug changes.