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
- [SOLVED] Appwrite Cloud and FRA cloud se...
Can anyone estimate how long this will take to resolve? I am checking status here https://status.appwrite.online/
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Terraform tablesdb_column type inconsist...
Hi, I am trying out the new terraform provider for appwrite that was introduced a few weeks back. As a first step I wanted to import our existing databases into...