--- title: QuanticTab slug: latest-search-tab canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-tab/ collection: quantic source_format: adoc --- # QuanticTab > **Note** > > This component was introduced in version `1.6.1`. The `QuanticTab` component allows the end user to view a subset of results. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `name` _(required)_ | `name` a| A unique identifier for the tab. The value will be used as the originLevel2 when the tab is active. | `string` | | `label` _(required)_ | `label` a| The label to display on the tab. | `string` | | `expression` _(required)_ | `expression` a| The constant query expression or filter that the Tab should add to any outgoing query. | `string` | | `clearFiltersOnTabChange` _(required)_ | `clear-filters-on-tab-change` a| Whether to clear the filters when the active tab changes. | `boolean` | | `isActive` | `is-active` a| Whether the tab should be active. | `boolean` | `false` |=== -- ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `53.0` | `isExposed` | `false` |=== -- ## Associated use cases This component is also relevant in the following use case: * [Insight Panel](https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-tab)