Closed
Bug 847624
Opened 13 years ago
Closed 12 years ago
Create an API for retrieving the most popular search queries
Categories
(Marketplace Graveyard :: API, defect, P4)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: cvan, Unassigned)
References
Details
(Whiteboard: p=1)
Previously https://github.com/mozilla/fireplace/issues/37
This currently lives at https://marketplace.firefox.com/search/suggestions?q=dictionary&cat=apps
Also worth noting that doesn't exist in flue yet (fireplace's flask-based mock API).
Comment 1•13 years ago
|
||
How would this be different from a search API? Just less data?
Updated•13 years ago
|
Priority: -- → P3
Whiteboard: [fireplace] → [fireplace] p=1
Updated•13 years ago
|
Priority: P3 → P2
Updated•13 years ago
|
Assignee: nobody → amckay
Flags: needinfo?(cvan)
Comment 2•13 years ago
|
||
This bug is on hold for now.
| Reporter | ||
Comment 3•13 years ago
|
||
Just id, name, url:
[
{
"id": "366349",
"name": "Dictionary",
"url": "/app/dictionary/?src=mkt-ss"
},
{
"id": "397042",
"name": "Dictionary (by Dictionary.com)",
"url": "/app/dictionarycom/?src=mkt-ss"
},
{
"id": "408820",
"name": "Translator by Dictionary.com",
"url": "/app/translator-by-dictionarycom/?src=mkt-ss"
},
{
"id": "409044",
"name": "Quotes (by Dictionary.com)",
"url": "/app/quotes-by-dictionarycom/?src=mkt-ss"
},
{
"id": "409046",
"name": "Dictionary.com Spanish!",
"url": "/app/dictionarycom-spanish/?src=mkt-ss"
},
{
"id": "408822",
"name": "Thesaurus.com",
"url": "/app/thesauruscom/?src=mkt-ss"
}
]
However, you may want to hold off on this one - or ask UX first. Basta and Maria were talking, and they seem to want to move away from name-based search suggestions and instead towards a static list of search terms (gathered from past queries or something - I don't know).
Flags: needinfo?(cvan)
Updated•13 years ago
|
Assignee: amckay → nobody
Updated•13 years ago
|
| Reporter | ||
Comment 4•12 years ago
|
||
Maria can take care of this in bug 847625.
Assignee: msandberg → nobody
Comment 5•12 years ago
|
||
The API needs to return a list containing the most popular search queries for a given time period.
Parameters:
- Time range (X to present)
- Output limit
The API should not allow a limit greater than 1000.
Summary: Create an API endpoint for search suggestions → Create an API for retrieving the most popular search queries
Updated•12 years ago
|
Comment 6•12 years ago
|
||
Closing until we have proper specs/mocks (see bug 847625)
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•