Team,
We would like to query objects, such as topics, and find all topics that are contained by a publication that match metadata criteria.
Example: Publication has meta associated with 'Widget 2.0'. We would like to query and find all topics contained within a publication that contains 'Widget 2.0' meta.
Topic X
Topic Y
Topic Z
Pub A [@product=Widget 2.0] Topic X, Topic Z
Pub B [@product = Widget 1.0] Topic Y, Topic Z
If we perform a query we want to find all topics associated with Widget 2.0 at the Pub level.
Is this possible ?
Thanks.