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
- login With OAuth Failed
login With OAuth Failed: when i cliick to login with any of the following (facebook, gmail or apple) am being redirected out of the app to enter my detail, afte...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- Synchronous Function Execution Timed Out...
Hi Appwrite team 👋 I’m facing a synchronous function execution timeout issue on Appwrite Cloud and would appreciate some guidance. I executed this function u...