Bug 181216 - Search: regular expression option should be available
Summary: Search: regular expression option should be available
Status: RESOLVED DUPLICATE of bug 155986
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-18 19:45 UTC by mathesis
Modified: 2011-12-09 08:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
support for wildcardUnix regularExpression in filterBar (1.01 KB, patch)
2011-12-09 05:56 UTC, A JANARDHAN REDDY
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***