-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Context
Via the limit parameter STAC API allows specifying the number of results return from a search request. We want to support pagination, both by allowing to set limit and by allowing clients to request new pages.
The response of a POST search should include information about pagination and how to request the previous or next set results. How exactly pagination is implemented is up the provider of a STAC catalog, but in general the response contains a partial request payload or request headers that need to be included with the next request. (see examples)
Acceptance criteria
-
useStacSearchexposes a callback that allows clients to request the next page of results -
useStacSearchexposes a callback that allows clients to request the previous page of results
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels