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
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...