how to query an array attribute with an string value? please help, I'm new to appwite.
Hi, First of all as you stated you are new here, welcome! I hope you are having a good time building with Appwrite
Second, I am not sure which query you are looking for exactly but you might want to see this https://github.com/appwrite/appwrite/issues/2838 and also leave feedback if possible!
I have already seen this GitHub issue post. my query is a little bit different.
he is talking about Array IN Array. And i want to query String IN Array.
Recommended threads
- FCM Message error
When creating a message target via flutter sdk via ``` final target = await _account.createPushTarget( targetId: targetId, identifier: deviceTok...
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...