OptionalallowWhen false, a failed first POST is surfaced instead of replayed as GET.
Dynamic workflow callers use this for an explicitly requested POST;
discovered auto POST support leaves fallback enabled.
OptionalbboxOptionalcollectionsOptionaldatetimeOptionalfieldsSubset of asset / item properties to return.
OptionalfilterOptionalfilterOptionalidsOptionalintersectsOptionallimitOptionalmaxHard cap on the number of pages to fetch (defaults to 100).
OptionalnextServer-driven page token. Optional support for STAC servers that
advertise an opaque ?next=… token instead of offset.
OptionalnextOpaque continuation body members captured from a POST rel="next"
link ({ "method": "POST", "body": { "token": "next:…" }, "merge": true }).
Merged over the serialized POST /search body.
OptionalnextOpaque continuation query params captured verbatim from a server
rel="next" link whose cursor is neither offset nor next (pgstac /
stac-fastapi emit ?token=next:…). Merged over the serialized search
params so the next page is requested exactly the way the server asked.
OptionaloffsetNumeric page offset. honua-server's /stac/search uses offset as
the canonical paging token (its rel=next link href carries
?offset=N). Prefer this over next for honua-server compatibility.
OptionalpageMaximum number of items to materialize across pages.
OptionalsignalOptionalsortbyOptionalstacPath prefix the STAC endpoints are mounted under. Defaults to /stac
(the Honua Server facade). Backend-agnostic callers pointing at a raw
STAC API root (e.g. Earth Search at .../v1) pass "" so the search
and collection paths resolve directly under the client baseUrl.
OptionaluseWhen true, the adapter posts the body to /search.
Subset of the STAC core API search request shape.