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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...