can we sort the relationship on basis of updated , basically i have a user collection having relation with imagescollection any waey to get images when calling user collection as imaeg to be sort on basis of updated?
So, you want the image relationship sorted when fetching a user document too? Just trying to understand the usecase. One user can have many images?
hm
but i dont think thats really possible with queries too. fetching a user doc will fetch all the images i think (or max of 25?). What you could do is maybe add a userId attribute to the image collection & fetch those with Query.
possibly also add a doc level permission
yeah i think have to do two fetch user and other images
you can use Query.select and not add the relationship data attribute key to avoid fetching that. A bit quicker and faster to get only the data required. After that fetch the images with your Query for userId and limit & orderDesc
hm! thanks buddy
no worries. pl. mark the issue as [SOLVED] if the issue/question is resolved.
Happy Appwriting :appwritecheers:.
Recommended threads
- Appwrite SSL Certificate Failure
Hello, I need help releasing a stuck domain. My Domain: adilnaib.engineer My Project ID: 68fe0aee001e999b5d71 Error: Failed to add domain to Fastly: {"msg":"B...
- [BUG] I'm facing an issue while creating...
Here’s what’s happening: When I try to create a new Web app on my Appwrite console (backend.keplr.in), the browser console shows multiple errors: Uncaught (in...
- Sites: Old deployment gets requests even...
Hi team, I use Sites to host a Next.js web app and it serves from old deployment for many hours. Is this expected? I thought it would serve from new deployment ...