https://bugs.kde.org/show_bug.cgi?id=386011
Robby Stephenson <ro...@periapsis.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |3.1.1 Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/tel | |lico/c739d878b96bf1e30f8de5 | |04d1422d911792c7ae --- Comment #2 from Robby Stephenson <ro...@periapsis.org> --- Git commit c739d878b96bf1e30f8de504d1422d911792c7ae by Robby Stephenson. Committed on 02/11/2017 at 01:40. Pushed by rstephenson into branch 'master'. Use a regular expression when filtering by group instead of string match When right-clicking in the Group View and choosing "Filter By Group", the constructed filter did a simple match against a string containing group name. However, when the group name was a substring of another group, the grouping was too broad. FIXED-IN: 3.1.1 M +4 -0 ChangeLog M +3 -1 src/groupview.cpp M +1 -1 src/tests/CMakeLists.txt M +33 -0 src/tests/filtertest.cpp M +1 -0 src/tests/filtertest.h https://commits.kde.org/tellico/c739d878b96bf1e30f8de504d1422d911792c7ae -- You are receiving this mail because: You are watching all bug changes.