You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PB-1677 Use <name> instead of properties.<name> for sortby
This is more in line with how the query extension is implemented.
For a "query" to the POST /search endpoint the following field values
are allowed:
- created
- updated
- title
- cf:standard_name
- unit
So it's not, e.g., "properties.updated" but only "updated". The "sortby"
now works the same.
The following fields are allowed for sort:
- id
- collection
- datetime
- title
- created
- updated
0 commit comments