I'm new to Orchard CMS and has a question about how to implement displaying nested items in search results.
Let's say I have a content type Box which describes box of books. And I have Book content type. Book content items can be contained in box.
I need to build a page that displays all books grouped by boxes i.e. List of boxes and list of books for them. All in one page.
Not sure what is the best way to implement this.
Thanks