1.7 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Search facet chip tabbed component v6.2.0 Active 2023-07-18

Search facet chip tabbed component

Implements a facet widget consisting of creator and modifier facets inside tabbed component.

Search facet chip tabbed

Basic usage

When both creator and modifier facets are present in config file as stated below they will be merged into this component.

{
    "search": {
        "facetFields": {
          "fields": [
            {
              "mincount": 1,
              "field": "creator",
              "label": "SEARCH.FACET_FIELDS.CREATOR",
            },
            {
              "mincount": 1,
              "field": "modifier",
              "label": "SEARCH.FACET_FIELDS.MODIFIER",
            }
          ]
        }
    }
}

Settings

Name Type Description
tabbedFacet TabbedFacetField Tabbed facet configuration containing label, fields and facets to display. Required value

See also