I have a user and post collections. I have a relationship attribute in usercollection named **posts **and Im trying to get users sorted by highest number of posts (using that posts attribute). I tried this on a non-relationship attribute and it works, but not for relationship attribute.
Im using: Client SDK, Cloud, React
Would really appreciate some help.
Currently relationships doesn't supports queries
Consequently you will see error when running order, etc queries
Recommended threads
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Can't resume paused project
I have logged in in incognito, done the email verification and still get the invalid fingerprint error. What's the issue.
- 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...