Closed
Bug 918304
Opened 12 years ago
Closed 12 years ago
MXR text searches aren't showing results
Categories
(Developer Services :: General, task)
Developer Services
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 904464
People
(Reporter: mkaply, Assigned: fubar)
Details
Lately mxr isn't showing results for some text strings. For instance:
http://mxr.mozilla.org/mozilla-central/search?string=with%2Bthis%2Bversion
shows no results, but this string exists here:
http://mxr.mozilla.org/mozilla-central/source/toolkit/locales/en-US/chrome/mozapps/extensions/selectAddons.dtd#8
Updated•12 years ago
|
Assignee: nobody → server-ops-devservices
Component: MXR → Server Operations: Developer Services
Product: Webtools → mozilla.org
QA Contact: nmaul
Summary: Text searches aren't showing results → MXR text searches aren't showing results
Version: Trunk → other
Assignee | ||
Comment 1•12 years ago
|
||
The URI encoding of the "+" is flubbing things up, I think, possibly due to recent changes to fix another issue. If you use http://mxr.mozilla.org/mozilla-central/search?string=with+this+version it works.
Assignee: server-ops-devservices → klibby
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 2•12 years ago
|
||
Entering text with spaces in the "Search for" text box at http://mxr.mozilla.org/mozilla-central/ doesn't seem to work; I think that needs to be fixed.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 3•12 years ago
|
||
Yeah, I was just noticing that while looking at bug 904198. I suspect it may be related to 904464, but I'm not certain of that.
Assignee | ||
Updated•12 years ago
|
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → DUPLICATE
The search page at http://mxr.mozilla.org/mozilla-central/search still works OK. It's only the search form on the front page that's broken.
So the workaround is to do string searches using the page above.
Updated•11 years ago
|
Component: Server Operations: Developer Services → General
Product: mozilla.org → Developer Services
You need to log in
before you can comment on or make changes to this bug.
Description
•