
I was trying to list rows in a table that do not already exist in another table. I retrieved around 260 row IDs which are 13 characters in length each, and then used Query.notEqual('$id', rowIds)
to query the target table. However, I received this error:
AppwriteException: 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
code: 400,
type: "general_argument_invalid",
response: "{\"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\",\"code\":400,\"type\":\"general_argument_invalid\",\"version\":\"1.8.0\"}",
In my opinion, a character limit of 4096 is way too limiting for any non-trivial queries like this one. I would like to see the database being able to at least handle 500-1000 IDs before throwing the same error.
Recommended threads
- What Happens When You Add a Custom Domai...
- Does appwrite have any alternative solut...
Hi Everyone, ... I am looking for a solution for AWS ECS Fargate in appwrite. Can anyone let me know if this is possible?
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
