[dolphin] [Bug 428950] Dolphin's Search does not respect wildcards and ignores period symbol
Ahmad Samir
bugzilla_noreply at kde.org
Wed Nov 3 17:21:41 GMT 2021
https://bugs.kde.org/show_bug.cgi?id=428950
Ahmad Samir <a.samirh78 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |a.samirh78 at gmail.com
--- Comment #1 from Ahmad Samir <a.samirh78 at 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 on the CC list for the bug.
More information about the kfm-devel
mailing list