Closed
Bug 867848
Opened 10 years ago
Closed 10 years ago
Marketplace API search: Allow sorting on multiple parameters at the same time
Categories
(Marketplace Graveyard :: API, defect, P3)
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
Comment 1•10 years ago
|
||
When you add a query string (`q`) those search parameters become useless though, right?
Updated•10 years ago
|
Priority: -- → P3
Whiteboard: p=2
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ashort
Assignee | ||
Comment 2•10 years ago
|
||
https://github.com/mozilla/zamboni/commit/4c36816
Status: NEW → RESOLVED
Closed: 10 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.
Description
•