Closed
Bug 72977
Opened 24 years ago
Closed 20 years ago
Advanced querying on CCs isnt perfect.
Categories
(Bugzilla :: Query/Bug List, defect, P2)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: CodeMachine, Assigned: bugreport)
References
Details
(Whiteboard: [people:cc])
I just tried to do the following advanced query condition:
CC (does not contain c-i substring) <my address>
and it seems that condition picks everything.
| Reporter | ||
Updated•24 years ago
|
Target Milestone: --- → Bugzilla 2.16
Comment 1•24 years ago
|
||
just a wild guess but this might be akin to the problem with the query: bugs
where "comment" "does not contain" "some string". This fails to give meaningful
results (returns almost every report in the database) because the query is
really returning bugs where any _one_ comment does not contain the string. Most
bugs have enough comments that one of the comment will not contain the string.
Perhaps the same thing is happening on cc: It might be returning all bugs where
one of the cc:'d names does not contain the string. If this is the case then the
does not contain is probably broken for any field which can have multiple
values. (are there others besides comments and cc?) But maybe I'm delerious
from lack of sleep and the two problems are unrelated.
| Reporter | ||
Updated•24 years ago
|
Priority: -- → P2
Comment 2•24 years ago
|
||
Mass moving to new product Bugzilla...
Assignee: tara → endico
Component: Bugzilla → Query/Bug List
Product: Webtools → Bugzilla
Version: other → 2.13
Updated•24 years ago
|
Whiteboard: [people:cc]
| Reporter | ||
Comment 3•24 years ago
|
||
This was originally worked on as bug #30823 but the CC changes were backed out.
Comment 4•24 years ago
|
||
We are currently trying to wrap up Bugzilla 2.16. We are now close enough to
release time that anything that wasn't already ranked at P1 isn't going to make
the cut. Thus this is being retargetted at 2.18. If you strongly disagree with
this retargetting, please comment, however, be aware that we only have about 2
weeks left to review and test anything at this point, and we intend to devote
this time to the remaining bugs that were designated as release blockers.
Target Milestone: Bugzilla 2.16 → Bugzilla 2.18
Comment 5•23 years ago
|
||
Yeah, this is the contains-vs-is issue which needs to be tidied up for 2.18.
*** Bug 155610 has been marked as a duplicate of this bug. ***
Updated•22 years ago
|
Assignee: endico → nobody
| Assignee | ||
Comment 7•21 years ago
|
||
These bugs appear to be abandoned. Retargeting to 2.20
Target Milestone: Bugzilla 2.18 → Bugzilla 2.20
| Assignee | ||
Updated•20 years ago
|
Assignee: nobody → bugreport
| Assignee | ||
Comment 8•20 years ago
|
||
This is another that should work now with the negation in boolean charts
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Target Milestone: Bugzilla 2.20 → ---
Updated•13 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
•