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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...