ZionniteOriginal post
Rank 3: Container
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
Summary
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.