Hi. Can I use Query.Select() but for columns from collection which is related to collection which I'm fetching by listDocuments()?
How to use Query.select() for related collection
Not supported at the moment. You might want to 👍🏼 the following issues:
Yes, exactly what I want. It could be also for Query.search()😉
Recommended threads
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...