Skip to content

default to stable sort by properties.datetime, id, collection #48

Closed
@philvarner

Description

@philvarner

Currently, there is no sort by default. This should be done by properties.datetime, id, collection by default, so that pagination via search_after can be implemented.

sort =[
  { 'properties__datetime': { "order": "desc" } },
  { "id": { "order": 'desc' } },
  { "collection": { "order": 'desc' } }
])

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions