Closed
Bug 566632
Opened 15 years ago
Closed 8 years ago
As-you-type Search Filtering
Categories
(Toolkit :: Add-ons Manager, enhancement)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: kinger, Unassigned)
References
Details
(Whiteboard: [rewrite])
Maybe I'm just used to it elsewhere, but having to hit enter in the search field to find add-ons seems unintuitive. It would be great if filtering happened as-you-type.
Comment 1•15 years ago
|
||
Once we add support for searching AMO as well, doing a lookup as you type could end up pounding on their servers more than we'd like
Keywords: uiwanted
Updated•15 years ago
|
Comment 2•15 years ago
|
||
We plan on adding find-as-you-type support to both AMO and our search plugin soon, which should cache a lot of the typed stems. I don't think it'd be a problem for us.
Comment 3•15 years ago
|
||
We're not afraid of your feeble traffic!
Do you have estimates on how much traffic this will generate? I think we'll be ok, but if we send a 503 response, you should respect our retry-after header.
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Do you have estimates on how much traffic this will generate? I think we'll be
> ok, but if we send a 503 response, you should respect our retry-after header.
Not really, I could guesstimate at maybe 2-3 times more traffic depending on how slow users type things in but really we'd just need to try it to see. Backoff isn't supported right now but probably wouldn't be too difficult to fix.
Updated•12 years ago
|
Status: NEW → ASSIGNED
Updated•9 years ago
|
Assignee: mdeboer → nobody
Status: ASSIGNED → NEW
Comment 5•8 years ago
|
||
AMO does this and we bounce the search over there now.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Comment 8•7 years ago
|
||
That feature to search within your own add-ons has been removed in bug 1263313, the vast majority of users have less than 4 extensions and this feature cost too much to maintain for it's value.
When addons.mozilla.org re-implements mozAddonManager the site will indicate if you've got the add-on installed. To follow that bug see:
https://github.com/mozilla/addons-frontend/issues/3954
If you'd like to search within your own add-ons, you can write a WebExtension using the management.getAll API documented here:
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/management/getAll
Flags: needinfo?(mdeboer)
Flags: needinfo?(ddurst)
You need to log in
before you can comment on or make changes to this bug.
Description
•