You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But if you want to get the seasons with $show->getSeaons() for this filtered list, you get ALL linked seasons. The same applies for episodes.
With the attached path, you can add all joined tables to the query select. The result will be mapped to the objects and the get seasons and get episodes method only returns the filtered entities.
Jira issue originally created by user baumgartl:
If you have a hierarchy like this:
**** Season
***** Episode
And want to filter the shows by a property of the episodes you can do this with (Repository find method):
But if you want to get the seasons with
$show->getSeaons()
for this filtered list, you get ALL linked seasons. The same applies for episodes.With the attached path, you can add all joined tables to the query select. The result will be mapped to the objects and the get seasons and get episodes method only returns the filtered entities.
Atachements:
Jira-URL: https://jira.neos.io/browse/FLOW-232
The text was updated successfully, but these errors were encountered: