in my current project with AppWrite, i want to be able to delete all comment in the documents when the original posts its deleted, i was wondering how I can do that in Appwrite like in MYSQL where i can use the WHERE clause
TL;DR
Developers asked how to delete all comments in Appwrite when the original post is deleted. They were looking for a way to do this similarly to using the `WHERE` clause in MySQL. The solution is to use the `search` method in the Appwrite SDK to find and delete the associated comments when the original post is deleted.Recommended threads
- 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...
- Bug: TOTP MFA verification always fails ...
*Bug: TOTP MFA verify always returns `user_invalid_token` (Cloud 1.8.1, Frankfurt)** Project ID: `68dd48440003e537d849` SDK: `appwrite@18.2.0` (also tested wit...
- SSL Certificate Issuance Failed
When we first deployed our site using appwrite and a custom domain everything was working, but it seems like the SSL certificate never got renewed. I tried dele...