By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2313 - Improve filter plugin for Konqueror
Summary: Improve filter plugin for Konqueror
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdeaddons (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 enhancement
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2969
  Show dependency treegraph
 
Reported: 2015-01-13 18:35 CST by Michele Calgaro
Modified: 2018-08-30 02:24 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Calgaro 2015-01-13 18:35:10 CST
Current search plugin for Konqueror is very generic, to be able to support both icon and list view modes. Just a single search string can be specified and when in list view mode, the search is extended to all visible columns.
Also, no options are availble for case sensitive/insensitive and regex search.

It would be good to improve the plugin in the following ways:
1) add a button to bring up a dialog to specify search options
2) add case sensitive/insensitive option
3) add regex option
4) when in listview mode (any type), add possibility to specify the search columns (default should probably just be the name column)