If we consider the following example:
Collections:
UserandPostRelationship:Two-way relationshipandone to manyA user can create many posts, but a post belongs to one specific user.
Depending on where we create this relationship, the text seems to be inaccurate on the other side of the relationship. Meaning, if we create this relationship in the User collection, it will sound correct: user can contain many post, post can belong to one user
Having created the relationship in the User collection, if we now look at the relationship in the Post collection it says: post can contain many user, user can belong to one post
Is the text inaccurate or am I missing something? I attached screenshots of this example.
Thanks! it does look like the text isn't right on the child side... π§
would you be able to create a GitHub issue so we don't lose track of it?
Thanks for the reply. Will do. π
Here is the issue: https://github.com/appwrite/appwrite/issues/6016
can you share the screenshots from both attributes in the actual behavior?
Give me a minute
Done, feel free to review quickly and tell me if I should change anything else
perfect!
Recommended threads
- Issue related to index
Why it is showing this error?
- Project paused despite active use β rest...
Hey team! My Appwrite Cloud project (685579e5000d78e67009) has been marked as paused due to inactivity, but it's actively used in production. I clicked the Rest...
- Creation failedUnknown sort order:asc. M...
Hi there, I'm getting this error on self hosted when trying to create an Index. Any ideas?