I have collection named ServiceFavorite it have two attributes service (have relation with my service collection) and user (have relations with my userProfile collection). Now I have method that getAllFavorites of the particular user. So how can I query that the user is equal to this current user.
Shouldn't the related stuff appear in the results if you fetch the user profile?
I have a ServiceFavorite collection it will store all the favorites of the different users. That is why I want to use Query.equal to get only documents that is owned by the current user
Currently, querying relationships is not supported: https://appwrite.io/docs/databases-relationships#query
Ohh I seee that is sad
Recommended threads
- Problem with getting rows from related t...
Hi, I migrated the Appwrite SDK to 1.8.0 and the package in my Flutter app to version ^20.3.2. I noticed one thing is different. Previously, when I got a JSON r...
- MFA Recovery Codes issue
after creating recovery codes using `account.createMFARecoveryCodes()` do we need to Verify MFA factors type recovery code? I followed this guide: https://appw...
- Update string attribute
Hi, Unsure if weβre able to use newKey when updating string attribute over node.js server api call to change an attribute name instead of having to create a ne...