Skip to main content
Skip table of contents

Channel Filter: Show Items with any Tag in a Tagbox

Filter for Content Items that have any tag in a tagbox "Events" assigned. 

CODE
{
	"kind": "NestedFilter",
	"path": "detailInformation.eventDetails.events",
	"filter": {
		"kind": "ExistsFilter",
		"field": "detailInformation.eventDetails.events"
	}
}
  • Exists check if there is a value existing.

  • The nested filter is needed for multi tagboxes (tagboxes with multiple values).



JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.