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
Can I some how sorts the array of related object by functions?
you would have to do it yourself
Any idea where to look in documentation?
there's no other documentation about this...
Thanks
Recommended threads
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...
- How to properly implement custom domain?...