Closed
Bug 299491
Opened 19 years ago
Closed 19 years ago
b.m.o frontpage search not working
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: tor, Assigned: justdave)
References
Details
Attachments
(1 file)
|
5.47 KB,
text/plain
|
Details |
The search field on the b.m.o frontpage does not return any results for either a bug number or a text string. Result is always "Zarro Boogs found."
*** Bug 299489 has been marked as a duplicate of this bug. ***
Comment 4•19 years ago
|
||
It's a bug that it doesn't work with bug numbers - I've fixed that with my new front page upload (bug 279823). Gerv
Bug numbers now work, but it still doesn't work as a quicksearch - always returns "Zarro Boogs".
Comment 6•19 years ago
|
||
tor: it's not a QuickSearch any more, it's Myk's more Google-like "specific search" - the same thing as the "Find A Specific Bug" tab on the search page. If you find a search which returns results from there but not from the front page, that's definitely a bug in the front page. Otherwise, it's a problem with the specific search. Gerv
It's not returning the same results - "foreignobject" on the front page will return zero bugs, while the same string on the "specific bug" search will ponder for a minute or so before returning a list of 19 bugs. I think the frontpage search should really still use QuickSearch, as the longer search time needed for the "specific bug" search discourages bug finders from taking a quick look at existing bugs, which will mean more duplicates filed.
Comment 8•19 years ago
|
||
The "find a specific bug" search wouldn't take so long if it weren't for the fix for bug 251567, which significantly degraded query performance. I filed bug 289207 on backing out that fix, and I've been waiting for Dave to review it for months. Dave, if you won't take it for Bugzilla generally, could you at least back it out for b.m.o?
| Assignee | ||
Comment 9•19 years ago
|
||
Yeah, I was searching for that earlier this morning, and hadn't found it yet. I just backed it out on b.m.o about 15 minutes ago, but initial testing shows it doesn't seem to have helped any (all of my specific queries are still completely timing out).
Comment 10•19 years ago
|
||
The test search on bug 289207 takes about 10 seconds on b.m.o now. Before it was timing out. What are your test searches?
Comment 12•19 years ago
|
||
It seems to me the hidden value fields aren't set correctly; bug_status should be "__open__" instead of "open", and product should be "" instead of "All".
Comment 14•19 years ago
|
||
Dave: ping? Can we get the b.m.o. front page fixed using the attached one here? Gerv
| Assignee | ||
Comment 15•19 years ago
|
||
What else did you change besides the form values? The diff between the existing one and this one is HUGE, even if I ignore whitespace changes.
| Assignee | ||
Comment 16•19 years ago
|
||
nevermind, I diffed it against the one in default, and we have one in custom ;) OK, it's deployed.
Comment 17•19 years ago
|
||
"foreignobject" now returns 20 bugs from the front page, and the same number from "Find A Specific Bug". Gerv
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
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
•