With the new update for db relationships, how can I select only the main collection documents and still get the IDs of the child docs?
Is it possible to select a relationship attribute and not get the env var level deep of relations?
Yeah, that would be great to have this option, for example in a Query.select(['todos.$id']) or in other ways.
Example return value with query: Query.select(['name, todos.$id'])
Project {
name: 'project",
todos: [
'docId1',
'docId2',
]
}
It is crucial to my project to use the Relationship feature.
But this is already discussed here:
Recommended threads
- Bug Report: Crash when trying to createR...
https://github.com/appwrite/sdk-for-android/issues/96 I think the bug is related with this one https://discord.com/channels/564160730845151244/1443887021314539...
- Cloud 500 error
- float
Hello everyone, So, I created a column of type **float** with the **min** and **required** options, I noticed that it wouldn't let me set a **2 decimal points ...