Closed
Bug 375567
Opened 18 years ago
Closed 18 years ago
AMOs own (offered) search plugin broken
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: aryx, Unassigned)
References
()
Details
At the moment, https://addons.mozilla.org/de/thunderbird/ offers a "Mozilla Add-ons" search plugin via <link>-attribute, but this plugin does not find anything.
Comment 1•18 years ago
|
||
This occurs because our redirection apparently does not take into account GET parameters.
The search plugin uses https://addons.mozilla.org/search?q=adblock because it's not locale specific, but that just redirects to https://addons.mozilla.org/en-US/firefox/search without the search terms.
https://addons.mozilla.org/en-US/firefox/search?q=adblock works fine.
So... we need to look into passing along the GET parameters if possible.
Updated•18 years ago
|
Severity: normal → major
Comment 2•18 years ago
|
||
I am now preserving the GET parameters (i.e. the part of them that is unrelated to the redirect) in bootstrap. SVN r3656.
The link example provided by fligtar (search for adblock) does work now on my dev copy.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•