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
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...