group

Defines a content type group. Content type groups are used by CUE to display buttons in the Search panel that can be used to filter search results. When one of the filter group buttons is selected in CUE, search results are filtered to show only content items of the types in the group.

Groups that contain ref-opensearch elements may also contain search results from an external system.

The group's child ref-content-type and ref-opensearch elements reference the content types and/or OpenSearch external search definitions that belong to the group.

Syntax
<group>
  <label>...</label>?
  <ref-content-type/>*
  <opensearch/>*
</group>
Examples
  • <ui:group name="articles">
      <ui:label>Stories</ui:label>
      <ui:ref-content-type name="news"/>
    </ui:group>