Bug 181216

Summary: Search: regular expression option should be available
Product: [Applications] dolphin Reporter: mathesis <net-account>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:
Attachments: support for wildcardUnix regularExpression in filterBar

Description mathesis 2009-01-18 19:45:57 UTC
Version:            (using Devel)
Installed from:    Compiled sources

Dolphin search function should offer the possibility to specify a regular expression whatever the criteria of the search is (filename, metadata etc.).
Comment 1 A JANARDHAN REDDY 2011-12-09 05:56:35 UTC
Created attachment 66529 [details]
support for wildcardUnix regularExpression in filterBar

WildCardUnix allows only
* - matches zero or more of any characters
? - matches exactly one character
[..] - like normal regular expressions
\ - to escape characters with special meaning
I have enabled WildCardUnix regular expressions, we can change it in rx.setPatternSyntax
Comment 2 Peter Penz 2011-12-09 08:00:17 UTC

*** This bug has been marked as a duplicate of bug 155986 ***