Hi dear, Something has changed? Previously queries[] was ok now it reports an error, but now query[] works. I am confused.
Example: https://appwrite.exampledomain.com/v1/databases/<database ID> /collections/<collection ID/documents?queries[0]=limit(5)
API call response: Error: JSON error response from server: {"message":"Invalid query: Syntax error","code":400,"type":"general_query_invalid","version":"0.13.4"}.status: 400
https://appwrite.exampledomain.com/v1/databases/<database ID> /collections/<collection ID/documents?query[0]=limit(5)
API call response: OK.
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...