Closed Bug 867848 Opened 11 years ago Closed 11 years ago

Marketplace API search: Allow sorting on multiple parameters at the same time

Categories

(Marketplace Graveyard :: API, defect, P3)

ARM
Gonk (Firefox OS)
defect

Tracking

(Not tracked)

RESOLVED FIXED
2013-06-27

People

(Reporter: parul, Assigned: ashort)

Details

(Whiteboard: p=2)

Feature Request:
Currently, the Marketplace API allows searching for apps and sorting by a single parameter, e.g.
https://marketplace.firefox.com/api/v1/apps/search/?sort=downloads
http://firefox-marketplace-api.readthedocs.org/en/latest/topics/search.html?highlight=sort (One of ‘downloads’, ‘rating’, ‘price’, ‘created’.)

Can the search query be modified to take on multiple parameters at once?
https://marketplace.firefox.com/api/v1/apps/search/?sort=downloads,created,rating,price
When you add a query string (`q`) those search parameters become useless though, right?
Priority: -- → P3
Whiteboard: p=2
Assignee: nobody → ashort
https://github.com/mozilla/zamboni/commit/4c36816
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2013-06-27
You need to log in before you can comment on or make changes to this bug.