Replies: 1 comment
-
Related: #15534 |
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
-
TLDR: There are times when it would be nice to get deeply nested entries, without needing to go through all levels:
craft.entries().field('nestedMatrixField').rootOwner(entry).all()
Some more information on my setup:
On a company's page, I am listing all of their presentations. However, I want to then filter those based on fields on Events. For example, from Company A's page, I want to see all of their presentations made at Events on a Saturday. That's where I thought this would be perfect.
Beta Was this translation helpful? Give feedback.
All reactions