https://bugs.kde.org/show_bug.cgi?id=433956
Davide Gianforte <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Resolution|--- |WORKSFORME Status|REPORTED |NEEDSINFO --- Comment #1 from Davide Gianforte <[email protected]> --- I did the same test with the -dev version of Krusader and the latest Neon User image (with 2.7.2 installed) and I cannot replicate the issue, the search return the .htm file in both cases. The expected result you wrote is wrong: with "*.htm?" you cannot match a file named "example.htm", you can check from a terminal with "ls *.htm?" To search both .htm and .html files, the right pattern is *.htm* Does it work? -- You are receiving this mail because: You are watching all bug changes.
