Best way to join Content Item (e.g. Event) with Bag or List items (Program) #14897
Replies: 6 comments
-
If you have a content item containing a |
Beta Was this translation helpful? Give feedback.
-
@hishamco Thank you for your reply. But I want to get the items in a joined query, like EF Core does. |
Beta Was this translation helpful? Give feedback.
-
To make it clear if you have a content item with attached FYI the blog theme is using |
Beta Was this translation helpful? Give feedback.
-
I want to join BagPart items or ListPart items in a query, not access them later through ContentItem.object, etc.. |
Beta Was this translation helpful? Give feedback.
-
As I told you before you can use |
Beta Was this translation helpful? Give feedback.
-
I agree with @hishamco here, you probably want to make To filter |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a content item "Event", which contains basic information about an event.
Then I have a Bag in the Event content item, which contains information about the programme, like date start, date and, availability, status.
How can I get a result of Events with Programs at once (joined), by using content manager or indexed queries?
I would like to show every program including event information on the page. I can't get this to work.
Also I have refactored this, by using a List within the Event content type, and add Program items to the List per Event.
But I can't get this to work eighter.
Can someone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions