About the flexibility of the relationship #2041
blueMountain007
started this conversation in
Feature Requests & Ideas
Replies: 2 comments
-
@jmikrut Do you have any ideas? Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you asking how to query a collection on the fields of a relationship? You can do that with dot notation:
If that isn't what you're after, can you explain in more detail what is you're trying to do? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's start with the example in the relationship document

By default, ObjectID is used as the value of relationship, but if I want to use other fields of the owner collection, it is very inconvenient.
Suppose the owner collection has other fields such as name, desc. How can I get the name and desc conveniently?
For example, through the REST API mentioned in the documentation.
I feel the above process is too cumbersome. Is there an easy way?
Beta Was this translation helpful? Give feedback.
All reactions