Closed
Bug 364056
Opened 18 years ago
Closed 18 years ago
Set quicksearch_comment_cutoff to 0 on b.m.o
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: justdave)
References
()
Details
QuickSearch in Bugzilla 3 incorrectly searches the comment field by default. This causes two problems:
* Many bugs are returned that shouldn't be returned. For example, "component:dom crash testcase" returns 10 bugs on bugzilla.mozilla.org and 70 bugs on bugzilla-test.mozilla.org. Comments like "this doesn't cause a crash", "moving all my non-crash bugs to M15", and "can you attach a reduced testcase?" make bugs show up incorrectly on that query.
* Any search that does not include a field-constrained part, such as "add bookmark dialog,window", takes more than a minute and times out (bug 314364).
From reading bug 70907 comment 155, I think this is just a bug rather than an intentional change. (It's also not documented on https://bugzilla-test.mozilla.org/page.cgi?id=quicksearch.html.)
This makes it much harder to do useful searches with QuickSearch, and QuickSearch is currently the most efficient way to search for most things on bmo, so I think it should block deployment on bmo (bug 335151).
Updated•18 years ago
|
Comment 1•18 years ago
|
||
We either need to document this or change the behavior.
If it does search comments, it should use the fulltext search instead of a substring search.
That could be a convenient way to join QuickSearch and fulltext. (But that's another bug.)
Flags: blocking3.0? → blocking3.0+
Comment 2•18 years ago
|
||
It's the way QuickSearch worked all the time, so it's not a regression. I'm all for marking this one INVALID. You can set quicksearch_comment_cutoff to 0 if you don't want QuickSearch to search comments. You may document this, if you want to.
On a related note, one of the biggest strengths of QuickSearch is its substring search. Don't take it away from me. Fulltext search not being able to search on stems is the reason why the Specific Search page is entirely not useful to me. (
Reporter | ||
Comment 3•18 years ago
|
||
> It's the way QuickSearch worked all the time, so it's not a regression.
It's never worked that way on bugzilla.mozilla.org. You can compare the results of the search "component:dom crash testcase" yourself.
Are you saying that bugzilla.mozilla.org made a configuration change to quicksearch.js and just needs to make the corresponding change to the server-side quicksearch in Bugzilla 3? If so, that's ok with me.
> On a related note, one of the biggest strengths of QuickSearch is its substring
> search. Don't take it away from me.
Did you mean to say that in bug 335151? It seems off-topic here.
Comment 4•18 years ago
|
||
> It's never worked that way on bugzilla.mozilla.org. You can compare the
> results of the search "component:dom crash testcase" yourself.
Ok. That's because client-side QuickSearch defaulted its SearchLong option to false while the server-side QuickSearch's quicksearch_comment_cutoff parameter defaults to 4.
> Are you saying that bugzilla.mozilla.org made a configuration change to
> quicksearch.js and just needs to make the corresponding change to the
> server-side quicksearch in Bugzilla 3? If so, that's ok with me.
That's what I'm saying.
> > On a related note, one of the biggest strengths of QuickSearch is its substring
> > search. Don't take it away from me.
>
> Did you mean to say that in bug 335151? It seems off-topic here.
I'm saying this in response to the last paragraph of comment 1.
Comment 5•18 years ago
|
||
wurblzap, this bug is invalid, right? If yes, then it should either be marked as an invalid Bugzilla bug, or moved to the mozilla.org product so that justdave doesn't forget to set the quicksearch_comment_cutoff param to 0. In both cases, please remove the blocking3.0+ flag.
Comment 6•18 years ago
|
||
I agree. Morphing, relocating and reassigning.
Assignee: query-and-buglist → justdave
Component: Query/Bug List → Bugzilla: Other b.m.o Issues
Flags: blocking3.0+
Product: Bugzilla → mozilla.org
Summary: QuickSearch incorrectly searches comments by default → Set quicksearch_comment_cutoff to 0 on b.m.o
Version: 2.23.3 → other
Updated•18 years ago
|
QA Contact: default-qa → myk
Comment 7•18 years ago
|
||
This has been done.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
QA Contact: myk → reed
Updated•13 years ago
|
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → bugzilla.mozilla.org
You need to log in
before you can comment on or make changes to this bug.
Description
•