order=ASC|DESC
to be correctly combined with the defined sort
field
#643
Labels
order=ASC|DESC
to be correctly combined with the defined sort
field
#643
The proposed method by OGC API Features is to combine
order
intosortby
using a prefix+
or-
before the field by which to sort. For example,sortby=+field,-other
.https://github.com/opengeospatial/ogcapi-features/blob/f810f6652c637cbc045e5baae726e83b9ccaa6d0/proposals/search/standard/schemas/query.json#L42-L49
Consider that CQL2
filter
can also be employed for the sorting capabilityfilter
operations withfilter-lang=cql-text|cql-json
using CQL2 #640The text was updated successfully, but these errors were encountered: