Zionnite
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
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...