Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get inverse linked content? #116

Open
Rodolfocartas opened this issue Apr 13, 2016 · 2 comments
Open

How to get inverse linked content? #116

Rodolfocartas opened this issue Apr 13, 2016 · 2 comments

Comments

@Rodolfocartas
Copy link

Hello. I have a master data type which is linked by a child data type. I have pages for both the master and the child data type and in each page I would like to reference the other entity. Taking for instance the blog example, I would like a blog entry page to show its author and an author page to show their blog entries. How can I get the entries written by an author if only the author is linked in the entry? Regards

@tkraak
Copy link
Contributor

tkraak commented Jun 29, 2016

@Rodolfocartas Have you ever worked this out? I'm trying to do the very same thing. Thanks.

@Rodolfocartas
Copy link
Author

What I did was to iterate over the parent data type collection checking for the child id. Quite inefficient but I couldn't find a better solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants