
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
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
- Sharing cookies
Hi, I’m using Appwrite Cloud, and I have a setup where my Appwrite backend is hosted on a subdomain (e.g., api.example.com), while my frontend (Next.js app) and...
- Organization not exists anymore
Hello! We have a problem with a cloud database. We are on the Free plan, but after a refresh the site wants me to create a new organisation, and I not see the c...
