Open
Bug 38487
Opened 26 years ago
Updated 12 years ago
boolean chart: split comparison type from what happened
Categories
(Bugzilla :: Query/Bug List, enhancement, P2)
Bugzilla
Query/Bug List
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
Currently, the second dropdown in the boolean chart tries to be both a "what
happened" and a "comparison type," limiting the number of things you can do
with it. For example, I can't do "changed to something that matches this
regexp."
Current options:
equal to
not equal to
contains (case-sensitive) substring
contains (case-insensitive) substring
does not contain (case-insensitive) substring
contains regexp
does not contain regexp
less than
greater than
any words
all words
none of the words
changed before
changed after
changed to
changed by
I suggest that this be changed to a "what happened" dropdown and a "comparison
type" dropdown.
What happened:
currently
originally*
changed before
changed after
changed to
changed from*
changed by
Comparison type:
equal to (case-insensitive)*
not equal to (case-insensitive)*
contains (case-sensitive) substring
contains (case-insensitive) substring
does not contain (case-insensitive) substring
contains regexp
does not contain regexp
less than / before*
greater than / after*
any words (sep by spaces)*
all words
none of the words
(Asterisk means I added or modified this option instead of copying it strait
from the current options)
The combinations of verb tenses could probably make a little more sense, but
they don't make perfect sense right now anyway.
| Reporter | ||
Comment 1•25 years ago
|
||
Oops, misspelled "straight" as "strait".
Comment 2•24 years ago
|
||
Historical queries could be a real problem. See also bug #75396.
Priority: P3 → P4
Target Milestone: --- → Future
Comment 3•24 years ago
|
||
-> Bugzilla product, Query component, reassigning.
Assignee: tara → endico
Component: Bugzilla → Query/Bug List
Product: Webtools → Bugzilla
Version: other → unspecified
Updated•22 years ago
|
Assignee: endico → nobody
Updated•20 years ago
|
QA Contact: mattyt-bugzilla → default-qa
Updated•19 years ago
|
Target Milestone: Future → ---
Updated•19 years ago
|
OS: Other → All
Priority: P4 → P2
Hardware: Other → All
Updated•17 years ago
|
Assignee: nobody → query-and-buglist
You need to log in
before you can comment on or make changes to this bug.
Description
•