Closed
Bug 867848
Opened 13 years ago
Closed 12 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•13 years ago
|
||
When you add a query string (`q`) those search parameters become useless though, right?
Updated•13 years ago
|
Priority: -- → P3
Whiteboard: p=2
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → ashort
| Assignee | ||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 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
•