Compound collection operations
When paging, filtering & sorting operations are performed together, the evaluation order MUST be:
-
Filtering: All filtering expressions, including range queries, MUST be applied using an AND operation.
-
Sorting: The filtered list MUST be sorted according to the specified sort criteria.
-
Paging: The sorted, filtered list MUST then be paged. This applies to both token-based and client-driven paging.