Search API doesn't return featured snaps as documented
Bug #1733661 reported by
Robin Winslow
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Snap Store Server |
Triaged
|
Low
|
Unassigned |
Bug Description
The snap search API at https:/
The documentation (at https:/
> In the special case that section param is present but empty, a search for globally featured will be performed:
I took this to mean that:
$ curl "https:/
Should return the same list of featured snaps as:
$ snap find
Instead, it returns a much longer list.
To get the actual list of featured snaps, as returned by `snap find`, I need to call:
$ curl "https:/
This does not match the documentation.
tags: | removed: snapfind |
Changed in snapstore-server: | |
importance: | Undecided → Low |
status: | Confirmed → Triaged |
tags: | added: trivial |
To post a comment you must log in.
The referred documentation needs update.