Rank 1: Thread
I have a relationship between Recap and Repetition. In Recap, there is an array of Repetition. Repetition objects have a key called 'startDate'. How can I get this array sorted by 'startDate'?
Votes
0
Replies
6
Participants
Unknown
Messages
7
Rank 1: Thread
I have a relationship between Recap and Repetition. In Recap, there is an array of Repetition. Repetition objects have a key called 'startDate'. How can I get this array sorted by 'startDate'?
Queries on relationships are not supported at the moment. See https://appwrite.io/docs/databases-relationships#limitations
If you want to fetch Repitition objects sorted, use one of the order queries. See https://appwrite.io/docs/queries#query-class
Rank 1: Thread
Can I some how sorts the array of related object by functions?
you would have to do it yourself
Rank 1: Thread
Any idea where to look in documentation?
there's no other documentation about this...
Rank 1: Thread
Thanks