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
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...
- [SOLVED] Appwrite 25.1.0 returns Invalid...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....