Is your feature request related to a problem? Please describe.
As part of #2026 we added support for thee sort options in the history api:
- _lastUpdated
- -_lastUpdated
- none
The 'none' option is interesting because it gives us a neat way to sort via the primary key in the db which has some nice benefits for performance and paging consistency.
Describe the solution you'd like
Add support for sort=none on the search API.
Describe alternatives you've considered
Acceptance Criteria
- GIVEN [a precondition]
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
if this goes well, I'd possibly even consider it to become the default sort...
Is your feature request related to a problem? Please describe.
As part of #2026 we added support for thee sort options in the history api:
The 'none' option is interesting because it gives us a neat way to sort via the primary key in the db which has some nice benefits for performance and paging consistency.
Describe the solution you'd like
Add support for
sort=noneon the search API.Describe alternatives you've considered
Acceptance Criteria
AND [another precondition]
WHEN [test step]
AND [test step]
THEN [verification step]
AND [verification step]
Additional context
if this goes well, I'd possibly even consider it to become the default sort...