add suggestions support to built-in engines where missing
Categories
(Firefox :: Search, enhancement, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox79 | --- | fixed |
People
(Reporter: mconnor, Assigned: standard8)
Details
Attachments
(1 file)
Amazon US has suggestions, but other variants do not. There are probably other plugins we should review to identify where we can add this support.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Updated•6 years ago
|
Comment 1•6 years ago
|
||
eBay used to have an API:
<Url type="application/x-suggestions+json" method="GET" template="http://anywhere.ebay.com/services/suggest/">
<Param name="s" value="0"/>
<Param name="q" value="{searchTerms}"/>
</Url>
but they got rid of it.
The current search API is kind of a hack using Rover (eBay offers nothing official) and when we asked, they didn't have a replacement solution for search suggestions.
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Updated•6 years ago
|
Comment 4•6 years ago
|
||
Backed out for bc failures on browser_eBay.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/a0b56ddb56d3ace7692dcc74dada092b678139c9
Log link: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=305219290&repo=autoland&lineNumber=3139
| Assignee | ||
Comment 5•6 years ago
|
||
I forgot about browser_eBay.js. I'm tempted to remove those sometime seeing as we have tests in toolkit now for those. However for now, I'll just fix it.
Comment 7•6 years ago
|
||
| bugherder | ||
Description
•