https://bugs.kde.org/show_bug.cgi?id=463830
--- Comment #6 from Méven <me...@kde.org> --- Git commit 7c5158ec9863ffc754b2ad88bfd0b80626470787 by Méven Car, on behalf of Archaeopteryx Lithographica. Committed on 18/02/2025 at 10:49. Pushed by meven into branch 'master'. filenamesearch: Allow to search hidden files/folders Previously we only searched visible files and this is distinct from whether Dolphin shows hidden files or not. If you display hidden files with a Ctrl-H and then search, you don't find any hidden files. Add a "&includeHidden=yes" argument in the filenamesearch:/ url. Add tests in the filenamesearch autotests for searching for hidden files and within hidden folders. A +1 -0 filenamesearch/autotests/data/hiddenFilesAndFolders/.alice2.txt A +1 -0 filenamesearch/autotests/data/hiddenFilesAndFolders/.hidden/.alice4.txt A +1 -0 filenamesearch/autotests/data/hiddenFilesAndFolders/.hidden/alice3.txt A +1 -0 filenamesearch/autotests/data/hiddenFilesAndFolders/alice1.txt M +63 -2 filenamesearch/autotests/filenamesearchtest.cpp M +12 -3 filenamesearch/kio_filenamesearch.cpp M +6 -1 filenamesearch/kio_filenamesearch.h https://invent.kde.org/network/kio-extras/-/commit/7c5158ec9863ffc754b2ad88bfd0b80626470787 -- You are receiving this mail because: You are watching all bug changes.