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
- Error With iOS Apps
I keep getting the below errors for my flutter app. The clients are registered and have been. This wasn't an issue a few hours ago. AppwriteException: AppwriteE...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...