
Trying to get a query for listing documents going, but the syntax for this is not clear in any documentation I can find, Anybody have any practical experience with this? ex. of some variations I have tried with no success, all return diffrent variations of 400 or 500 {{baseUrl}}/databases/:databaseId/collections/:collectionId/documents?queries[]="isNotNull('name')" {{baseUrl}}/databases/:databaseId/collections/:collectionId/documents?queries=["isNotNull('name')"]
""message": "Invalid queries
param: Value must a valid array no longer than 100 items and Value must be a valid string and at least 1 chars and no longer than 4096 chars","
Recommended threads
- Query.equal error
Hi guys. I'm using Appwrite Cloud, and I'm using version 21 of node-appwrite to benefit from transactions. The problem is I seem to be getting an error when I u...
- Cannot access my Appwrite database on th...
Hello guys, I am currently developing a web app and using appwrite for authentication, database, storage and messaging. It was working well but since yesterday...
- How to create custom relatime channels
how do i create custome channels for real time communication. for example a room for a game with room code and sending messgaes to that roomcode and receiving m...
