
Hi, I have a one to many relationship between 2 collections. (Products and Catrgories) How can I get the list of documents (Products) that are related to the other collection (categories). I'm using the Futter SDK.

when you fetch, the related documents should be returned automatically...what problem are you facing?

its returning automatically.. how can i make it to return only the ID of those related documents and not the entire related document?? ie, imagine if products
have a relationship category
and category
is another collection with its own attributes. while fetching products
, i only need to get the Id
of its category
and not the category as a whole. // how to acieve this ?


got it .. use select([])
right?

No, it's not really supported at the moment
Recommended threads
- session client not allowed to create doc...
Hello all! So my issue is that I keep getting ERROR Error creating invitation: The requested service is disabled. You can enable the service from the Appwr...
- Help on importing data - error Unknown a...
Hey There! I want to create a local environment on my new computer, i wish to get the information i have on my staging appwrite cloud server. When running mig...
- How to get database file, like JSON or D...
Hi Appwrite team, I want to get database file to share database to another, btw, I can not found any thing like Download button inside Backup tabs. What can I d...
