Closed
Bug 2594
Opened 26 years ago
Closed 25 years ago
Make queries by text non-case sensitive.
Categories
(Bugzilla :: Bugzilla-General, defect, P1)
Tracking
()
People
(Reporter: leger, Assigned: justdave)
Details
Is this possible? So I could query [pp] and still get all the [PP] bugs?
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 1•26 years ago
|
||
Yes, it's possible. It's the usual tradeoff between making the UI simple
and making it powerful.
I'm toying with the idea of changing the text queries to have a UI very
similar to the email-address queries.
Sound great. The new fields and product/component work would take higher
priority for me though. Whenever you can get around to this...cool.
Comment 3•26 years ago
|
||
Well, yes...it's also a usability issue for internal bugzilla users, since the
behavior differs from that of bugsplat, which doesn't do case sensitivity for
queries.
Thus, QA folks have spent a lot of time accidentally writing up bugs that are
already in BugZilla, since the query failed due to a difference in case
sensitivity, and not everyone knows how to use regular expressions.
Updated•26 years ago
|
Assignee: terry → terry
Status: ASSIGNED → NEW
Updated•26 years ago
|
Status: NEW → ASSIGNED
Clearing "M" field since Webtools product is not used for 5.0 specific project
bug metrics and will mess up our queries on milestones.
terry, folks externally and internally making mistakes with their queries. Is
this one an easy one to fix? Would be totally awesome if you can do. :-)
Comment 7•26 years ago
|
||
Not completely easy, but I agree it oughter be done.
Comment 8•25 years ago
|
||
Reassigning to dmose@mozilla.org, who now has front-line responsibility for
all Bonsai and Bugzilla bugs.
Comment 9•25 years ago
|
||
Reassigning back to me. That stuff about me no longer being the front-line
person responsible for Bugzilla and Bonsai turned out to be short-lived.
Please pardon our confusion, and I'm very sorry about the spam.
Comment 10•25 years ago
|
||
Bug #6677 is a duplicate of this bug,
except that I have provided a patch which (IMHO) provides 90% of
the solution that users want. I.e. to always have string
searches a case sensitive. Another patch I submitted for bug #6411
make the RADIO widget a SELECT widget. Thus if that patch is also
applied, it should be a very simple modification to add
"case-sensitive substring" to "substring" if you wanted to differentiate.
Though I believe, most users would use a caseless substring,
and it should be the default.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 11•25 years ago
|
||
Assignee | ||
Comment 12•23 years ago
|
||
moving to Bugzilla product
reassign to default owner/qa for INVALID/WONTFIX/WORKSFORME/DUPLICATE
Assignee: terry → justdave
Component: Bugzilla → Bugzilla-General
Product: Webtools → Bugzilla
QA Contact: matty
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
•