Actions
Feature #1873
closedAPI: Order entities by date
Start date:
2022-11-15
Estimated time:
Description
For the frontend table sort #1872 it would be great if
we could order the entities by their dates.
Actions
Added by Andreas Olschnögger about 2 years ago. Updated about 2 years ago.
Description
For the frontend table sort #1872 it would be great if
we could order the entities by their dates.
Should be possible, will look into it.
Edited If sorting ascending, the entity with the "oldest" date will come first, sorting descending, the entity with the "youngest" date will be first. All entities without any date will come last, doesn't matter if asc or desc.
Right now, entities without a date get a temporary fictional date of (-)9999999-01-01T00:00:00. If we somehow get dates before that, we have to change this.
Changes are in develop.