Stream: implementers
Topic: Observation lastn sorting
Aleksandr Sorokin (Aug 27 2018 at 09:18):
By standard, the response from an lastn query is a set of observations sorted from most recent to the oldest. So, which parameter should be used for sorting: _lastUpdated, effective, issued?
Lloyd McKenzie (Aug 27 2018 at 14:06):
Can you submit a change request ?
Aleksandr Sorokin (Nov 01 2018 at 13:47):
Eric Haas (Nov 01 2018 at 15:28):
@Jenni Syed can you answer this ?
Jenni Syed (Nov 01 2018 at 16:28):
It's first grouped by the codes, then sorted. Our server would likely allow the caller to choose to sort either by effective (I think is the default) or by the lastUpdated within those groups
Aleksandr Sorokin (Nov 10 2018 at 22:05):
We can use _sort for ordering in search bundle, but there is no sorting parameter for ordering in groups. That’s the problem
Last updated: Apr 12 2022 at 19:14 UTC