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
- [BUG] The cloud cannot be migrated to se...
The cloud cannot be migrated to self-hosting. The content of this post is exactly the same as [issue 11068](https://github.com/appwrite/appwrite/issues/11068) ...
- Rate límit reset
I've made an error in the code by not setting a limit on how much rows should i get per request because i was working with a small db for testing. Last night Iv...
- How to set permissions using the createO...
Hi, I'm trying to create a set of registers in a table using the tableDB.createOperations function, but it seems like it doesnt support/expect the usage of the ...