
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
- Server Error when upserting existing and...
Hello there! Im currently experiencing issues with the not so long ago officially announced upserting funcionality. Im running appwrite 1.7.4 self hosted and no...
- Tablesdb, build from source
```` [Error] URL: /v1/tablesdb [Error] Type: Appwrite\Extend\Exception [Error] Message: Route not found. Please ensure the endpoint is configured correctly and ...
- How do you manage DB schema changes acro...
Hi all! I’m setting up a clean workflow for incremental database changes in an Appwrite project. I have experience with Payload CMS, where changing collections/...
