https://bugs.kde.org/show_bug.cgi?id=475439
Bug ID: 475439 Summary: Dolphin search doesn't find .db files Classification: Applications Product: dolphin Version: 23.04.0 Platform: Kubuntu OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: search Assignee: dolphin-bugs-n...@kde.org Reporter: wooden...@proton.me CC: kfm-de...@kde.org Target Milestone: --- SUMMARY Searching for the file extension .db returns no hits, even though the file exists. Searches for other extensions like .pdf and .jpg work as expected. STEPS TO REPRODUCE 1. Create a file with extension .db (test.db) 2. Press CTRL + F 3. Search for .db OBSERVED RESULT No files are found. EXPECTED RESULT Finding test.db. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Kubuntu 23.04 KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 ADDITIONAL INFORMATION With some testing I created another file with the file extension .banana (test.banana). I don't find the file if I search for .banana in the same folder, but I do find it if I run the search from its parent folder. find ./ -type f -name "*.[extension]" finds both files. -- You are receiving this mail because: You are watching all bug changes.