I have 2 content types a A and B. A and B can have many - many relationship. So basically they are connected by an association.
The question I have is, I want to search on some properties of B and then show results showing all A types associated with B.
Any ideas how this can be done?
One idea I had was search on meta data for B and then based on search results, use "Preview in Template" and get all associated A types and show them.
Any idea how to write such a template to get associated items?
Thanks,