documents, err := appwriteDatabases.ListDocuments( databaseID, collectionID, appwriteDatabases.WithListDocumentsQueries([]string{ fmt.Sprintf("limit=%d", perPage), fmt.Sprintf("offset=%d", offset), }), )
exit status 1```
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- 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...
- 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...