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

Summary: Improve filter plugin for Konqueror
Product: TDE Reporter: Michele Calgaro <michele.calgaro>
Component: tdeaddonsAssignee: Timothy Pearson <kb9vqf>
Status: NEW ---    
Severity: enhancement CC: bugwatch
Priority: P5    
Version: R14.0.x [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2969    

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)