Created attachment 115897 [details] "compositor" search shows "Display and Monitor" entry, which opens "Compositor" Hi there, in Plasma 5.14.1 on openSUSE Tumbleweed, a search for "compositor" shows the "Display and Monitor" item instead of the "Compositor" item, although "Compositor" is opened when clicking the "Display and Monitor" entry.
BTW, I believe that this bug is a new regression in Plasma 5.14.1, as I was playing with Compositor settings in 5.13.x and 5.14.0 and never noticed this behavior.
It is actually finding the Compositor KCM, but what's going on here is that the search results list only shows you top-level categories rather than the actual matched items. It probably should.
(In reply to Nate Graham from comment #2) > It is actually finding the Compositor KCM, but what's going on here is that > the search results list only shows you top-level categories rather than the > actual matched items. It probably should. Yep, that's what I expected. It's rather confusing, and at first I thought that it wasn't locating the Compositor module at all.
*** Bug 395432 has been marked as a duplicate of this bug. ***
*** Bug 410182 has been marked as a duplicate of this bug. ***
*** Bug 412059 has been marked as a duplicate of this bug. ***
Git commit f82cca0cb07fb34e185ef8fe8d4503442c8f0308 by Marco Martin. Committed on 20/12/2019 at 13:33. Pushed by mart into branch 'master'. Display sub categories when searching Summary: when searching, show categories *and* subcategories indented under categories, making it way less confusing when the user clicks at a search result the proper category and subcategory will open Also when clicking on most used, the proper category/subcategory will get open on the sidebar Related: bug 398619 FIXED-IN: 5.18.0 Test Plan: {F7819885} Also old views icons and tree still work as usual Reviewers: #plasma, #vdg, davidedmundson Reviewed By: #plasma, #vdg, davidedmundson Subscribers: ngraham, davidedmundson, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D26021 M +1 -0 CMakeLists.txt M +35 -7 core/MenuModel.cpp M +20 -10 core/MenuModel.h M +6 -0 core/MenuProxyModel.cpp M +1 -0 sidebar/CMakeLists.txt M +173 -121 sidebar/SidebarMode.cpp M +35 -14 sidebar/SidebarMode.h M +12 -2 sidebar/ToolTips/tooltipmanager.cpp M +4 -1 sidebar/ToolTips/tooltipmanager.h M +50 -13 sidebar/package/contents/ui/CategoriesPage.qml M +1 -1 sidebar/package/contents/ui/IntroIcon.qml M +28 -9 sidebar/package/contents/ui/SubCategoryPage.qml M +2 -0 sidebar/package/contents/ui/main.qml https://commits.kde.org/systemsettings/f82cca0cb07fb34e185ef8fe8d4503442c8f0308