Basically I have four collections.. and each collection is related in a linear order.. now the problem is first collection's relation attribute is there in document data fetched .. same for first to second collection relation attr but after that second to third relation attributes are missing.
_ _ is there a limit ? do i need to refetch the documents from 3rd collecion so i can directly get relation attrs
Please make sure to read the docs:
https://appwrite.io/docs/databases-relationships#limitations
thanks for sharing.. i understand the docs are important but i miss the stuff in some cases (like the limitations part was at very last)
the doc link references are really helpful
so i am guessing the best solution is to get the document right after 3rd level?
That would work
Recommended threads
- Type 'Theme' does not satisfy the constr...
Type 'Theme' does not satisfy the constraint 'Row'. Type 'Theme' is missing the following properties from type 'Row': $id, $sequence, $tableId, $databaseId, a...
- Is there any reason you cant use a manag...
So quick context I would like to host a selfhosted Appwrite instance and I personally prefer to use managed DBs when able and really like to keep my DBs on dedi...
- Transactions from Android Kotlin client ...
I have a database where I want to create transactions directly in my android client. I can create a transaction with `val tx = tablesDb.createTransaction()`, an...