Closed
Bug 150804
Opened 24 years ago
Closed 24 years ago
keywords should default to all
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.16
People
(Reporter: timeless, Assigned: endico)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
884 bytes,
patch
|
timeless
:
review+
bbaetz
:
review+
|
Details | Diff | Splinter Review |
the top n items in the search page are AND ops, *except* for keywords
what you see:
Summary: contains all of the words/strings
A comment: contains all of the words/strings
The URL: contains all of the words/strings
Whiteboard: contains all of the words/strings
Keywords: contains any of the keywords
what you should see:
Summary: contains all of the words/strings
A comment: contains all of the words/strings
The URL: contains all of the words/strings
Whiteboard: contains all of the words/strings
Keywords: contains all of the keywords
Comment 1•24 years ago
|
||
I don't think this is fixed in the 'official' default params
Depends on: 150783
Comment 2•24 years ago
|
||
Is this really a regression? Didn't keywords default to "any" in 2.14?
Comment 3•24 years ago
|
||
Yeah, this isn't a regression.
Changing this needs to be part of the all vs any vs some for multiple things
discussion.
No longer depends on: 150783
*** Bug 152965 has been marked as a duplicate of this bug. ***
Depends on: 150783
Keywords: regression
Come on! This is a regrssion!!
In old days, I can just type in "perf, regression" in keyword field, and I get a
list of performance regression bugs. Now, I'm getting a huge list of 997 bugs,
which has bugs that are "perf" issues but not regressions, or "regression" not
even related to performance. This bug list take a lot longer to generate and
query becomes useless.
We need to fix it so that bugs contains both "perf" AND "regression" shows up,
and this should also work for bugs that have keywords more than specified,
meaning a bug with "perf, regression, nsbeta1, mozilla1.0" should also show up
on the query list.
I'd appreciate it, if this can be addressed soon. Thanks!!!
Comment 6•24 years ago
|
||
myk, your thoughts?
I'm not fussed either way, really. This would jut involve changing the default
query param
Comment 7•24 years ago
|
||
Cathleen knows better than me. If she says this is a regression, it is, unless
someone else knows differently. Sounds like changing it also helps performance.
I just changed it on b.m.o., but I'll leave the bug open for a Bugzilla fix.
Updated•24 years ago
|
Comment 8•24 years ago
|
||
This patch moves "all keywords" up above "any keywords" in the list so it gets
selected by default. This order is also consistent with the order of the query
terms for the fields above the keywords field.
Attachment #88955 -
Flags: review+
Comment 9•24 years ago
|
||
Hmm, if this is a regression, it should be on the 2.16 train.
Target Milestone: --- → Bugzilla 2.16
Comment 10•24 years ago
|
||
Comment on attachment 88955 [details] [diff] [review]
patch v1: one way to fix the problem
This isn't a regression from my 2.14 build, but I think that allwords is
probably a better default.
r=bbaetz
Attachment #88955 -
Flags: review+
Comment 11•24 years ago
|
||
Checking in template/en/default/search/form.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl,v
<-- form.html.tmpl
new revision: 1.2.2.3; previous revision: 1.2.2.2
done
Checking in template/en/default/search/form.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/search/form.html.tmpl,v
<-- form.html.tmpl
new revision: 1.6; previous revision: 1.5
done
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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
•