When an OGC API - Features server processes an .../items query which has, for example, a CQL2 JSON payload, how can next and/or prev links provide paging with the same results in paging fashion?
Options:
- encode CQL2 JSON as CQL2 TEXT in a
next/prev link
- add additional properties to a link object to capture/preserve POST semantics
- other options?
cc @pvretano @cportele
Related: geopython/pycsw#1182
When an OGC API - Features server processes an
.../itemsquery which has, for example, a CQL2 JSON payload, how cannextand/orprevlinks provide paging with the same results in paging fashion?Options:
next/prevlinkcc @pvretano @cportele
Related: geopython/pycsw#1182