Closed Bug 847624 Opened 12 years ago Closed 11 years ago

Create an API for retrieving the most popular search queries

Categories

(Marketplace Graveyard :: API, defect, P4)

defect

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).
Blocks: 847625
How would this be different from a search API? Just less data?
Priority: -- → P3
Whiteboard: [fireplace] → [fireplace] p=1
Priority: P3 → P2
Assignee: nobody → amckay
Flags: needinfo?(cvan)
This bug is on hold for now.
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)
Assignee: amckay → nobody
Blocks: 859511
Assignee: nobody → msandberg
Keywords: uiwanted
Priority: P2 → P4
Maria can take care of this in bug 847625.
Assignee: msandberg → nobody
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
No longer blocks: 859511
Keywords: uiwanted
Whiteboard: [fireplace] p=1 → p=1
Closing until we have proper specs/mocks (see bug 847625)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.