--- title: QuanticRecentQueriesList slug: latest-search-recent-queries-list canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-recent-queries-list/ collection: quantic source_format: adoc --- # QuanticRecentQueriesList > **Note** > > This component was introduced in version `1.6.1`. The `QuanticRecentQueriesList` component displays the user's recent queries. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `maxLength` _(required)_ | `max-length` a| The maximum number of queries to keep in the list. | `number` | | `label` _(required)_ | `label` a| The non-localized label for the component. This label is displayed in the component header. | `string` | | `hideWhenEmpty` _(required)_ | `hide-when-empty` a| Indicates whether the card of the recent queries list should be completely hidden when it is empty. | `boolean` | | `isCollapsed` | `is-collapsed` a| Whether the component is collapsed. | `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` |=== --