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
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...