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.