https://bugs.kde.org/show_bug.cgi?id=428950

Ahmad Samir <a.samir...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.samir...@gmail.com

--- Comment #1 from Ahmad Samir <a.samir...@gmail.com> ---
If you don't have baloo enabled, kio_filenamesearch is used, which doesn't
support wildcards (never did, AFAICS), for regex:
. matches any one character
.* matches any number of characters
\. matches a literal '.' character

for example:
.*tar\.xz

will only match foobar.tar.xz

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to