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
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...