I'm querying documents with multiple queries,but getting index not found error in response. It's working fine with single query.
I think you need to have an index made up of both fields i.e. postedBy+isVersion
You are right, I created new index for both attributes and now it's working. Thank you.
[Resolved]Getting error for multiple queries
[SOLVED] Getting error for multiple queries
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...