Closed
Bug 6677
Opened 26 years ago
Closed 26 years ago
Ignore case on bug searches
Categories
(Bugzilla :: Bugzilla-General, enhancement, P3)
Bugzilla
Bugzilla-General
Tracking
()
VERIFIED
FIXED
Bugzilla old
People
(Reporter: mhamby, Assigned: terry)
References
Details
Attachments
(2 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
This one line patch ignores case in bug queries
when using "string" search fields for short_desc,
long_desc, bug_file_loc, and status_whiteboard.
I will submit the patch as an attachment.
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Comment 2•26 years ago
|
||
Whoops, the patch had one other change:
A more descriptive, if less humorous, message
concerning no bugs found.
Reporter | ||
Comment 3•26 years ago
|
||
I don't want to change the status of this bug,
but it is a duplicate of bug #2594,
which is listed as priority P1.
This patch, while perhaps not fullfiling that bug completely,
would provide a 90% solution.
Reporter | ||
Comment 4•26 years ago
|
||
After reviewing several other open Bugzilla bugs,
I have modified my patch to allow the following
types of searches for summary, description, ...:
regular expression
not ( regular expression )
case-insensitive substring
case sensitive substring
This patch follows this comment and should provide
a solution to this bug, bug #2954, and the bug
about "not regexp".
Reporter | ||
Comment 5•26 years ago
|
||
Assignee | ||
Comment 6•26 years ago
|
||
Cool! I've hacked on this a bit (mostly just fixing bugs that were always
there, like not remembering any of these strings in memorized queries) and have
checked it in. Thanks!
Comment 9•26 years ago
|
||
Yay! It works! It works! Thanks Terry, Thanks mhamby!
Comment 10•26 years ago
|
||
Marking Verified/Fixed.
Comment 11•23 years ago
|
||
Moving to Bugzilla product
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
Target Milestone: --- → Bugzilla old
Version: other → unspecified
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•