
I remember reading the documention and it stating a max array length for Query.equals(key, array)
but now I cant find it.
I was trying to query 100 items in the array but was getting an error related to array lengths.
Is there an upper limit to the length of the array?

yes, 100 as the error indicates

well....it's 100 queries...where each query has a max string of 4096 chars (because the query gets converted to a string like:
equal("attribute",["val1","val2"])
Recommended threads
- Appwrite Python SDK Not Creating Relatio...
- Type generation without $id parameter
I'm trying for the first time appwrite on 2 projects and after I've tested appwrite types generation with the cli I'm a little bit confused why it doesn't inclu...
- Node.jd 17.1.0 npm publish
Can you please publish the latest version to npm. I just did a big refactoring to improve my code with the new upsert but I can’t publish/test because it’s not ...
