https://bugs.kde.org/show_bug.cgi?id=524791
John Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from John Smith <[email protected]> --- I came to report this bug and I have done a lot of testing. Here's the details. Operating System: CachyOS Linux KDE Plasma Version: 6.7.4 KDE Frameworks Version: 6.29.0 Qt Version: 6.11.2 Kernel Version: 7.2.0-1-cachyos (64-bit) Graphics Platform: Wayland Processors: 32 × AMD Ryzen 9 5950X 16-Core Processor Memory: 64 GiB of RAM (62.7 GiB usable) I believe the bug is in kio-filenamesearch or related libraries in kio-extras. Booting to an earlier snapshot fixed the issue by restoring 6.28.x. This failure report is exclusive to unindexed "From Here" plain-text filename searches (Baloo Disabled). Also, typing standard wildcards like *document-save* throws a fatal error: Invalid search query: '*document-save*' Expected a regular expression: Quantifier does not follow a repeatable item This forces users to input raw regex syntax like ".*document-save.*" just to initialize basic searches which also does not work. While using simple search from "Here" in Dolphin there seems to be a de-duplication process that is not tracking the file path. I'm working on an icon theme and when searching for a specific icon it only returns one file with a unique name from all of the category/size folders such as 22x22, 32x32, 48x48 etc. (not one each, one total). In the case of searching breeze for document-save it returns only uniquely named files from size 32, "/usr/share/icons/breeze/actions/32/". Searching for "document-save" in the system breeze icon folder (/usr/share/icons/breeze/) returns one match for each unique name such as document-save-as, document-save-all and document-save-symbolic, totally ignoring the other files with exact names as the search results, but with a different category and/or size path. Dolphin returns 8 files in the breeze theme, but kfind returns 28 because it does track the file path so you get exact name duplicates that are in the various category and size folders. Note that icon themes are the perfect place to test this. -- You are receiving this mail because: You are watching all bug changes.
