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 github issue I tested some possible queries, and found that Query.Select worked (which makes sense in hindsight).
IS it just Query.Select? If not what else would work here? (I can't think of anything else that would make sense...)
For ease of access to the docs: https://appwrite.io/docs/references/1.6.x/server-rest/databases#getDocument
Recommended threads
- Fulltext index creation fails due to Inn...
I'm running a self-hosted Appwrite 1.8.1 instance and encountering an issue when creating fulltext indexes on a collection. **The Problem:** Fulltext index cre...
- Cannot Update Empty oneToMany Relationsh...
Appwrite's `updateDocument()` API cannot update an empty oneToMany relationship array. When attempting to update an empty relationship with a single-item array,...
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...