Closed Bug 375567 Opened 17 years ago Closed 17 years ago

AMOs own (offered) search plugin broken

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
major

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.
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.
Severity: normal → major
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: 17 years ago
Resolution: --- → FIXED
Tested and is fixed.
Status: RESOLVED → VERIFIED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.