
If a collection has a index for 3 attributes, is the 3 attr index used when only the first 2 attr are queried against?
I'm asking because Appwrite seems to not support searching for Query.equal("attrThatIsAList", []) so I need to not include that query if the value is an empty list.

Appwrite checks for matching index. So same attributes in index as the queries

Do you know if it is “Exact” same queries or contain the attributes?

Exact
Recommended threads
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
- Permissions in create_operations() Pytho...
How can I set permissions for `create_operations()`? What even is the correct way to use permissions in Python (using SDK version 13.4.1) ? In my cloud functio...
- Cannot add/update array field
How do I add or update the rows, How exactly to pass properties? (see provided image)
