Hi @Drake , I have a list of String like: { "ItemList":['Mobile','Home Applinces','Headphones' ] } I need to filter the ItemList if a it has Mobile then i need to apply Query.equal. I tried the like Query.equal('ItemList', [selectedItem]). But it didn't worked out. kindly help me on this ASAP
This whole array is inside one String field?
yes String as array
Like this @ideclon
Oh, I see. Yeah, I don’t think that’s possible.
And please don’t ping people. You can reply to a message and the person you’re replying to will get pinged, but please don’t just tag people.
Especially if they’re not involved in the discussion already.
sorry for that
don't we have any other possibilities to do so
To do what?
to filter the Array String
Get it to your code and then do it there
Filter array is native in Appetite like Query.equal('title', ['Avatar', 'Lord of the Rings']) in the docs. Maybe a issue.
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" :...
- 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...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...