---
title: QuanticNoResults
slug: latest-search-no-results
canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-no-results/
collection: quantic
source_format: adoc
---
# QuanticNoResults

> **Note**
>
> This component was introduced in version `1.6.1`.

The `QuanticNoResults` component displays search tips and a &quot;Cancel last action&quot; button when there are no results. Any additional content embedded inside the component will be displayed as well.

## Example

```html
<c-quantic-no-results engine-id={engineId} disable-cancel-last-action></c-quantic-no-results>
```

## Properties

--

| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| `engineId` _(required)_ | `engine-id` | The ID of the engine instance the component registers to. | `string` |  |
| `disableCancelLastAction` | `disable-cancel-last-action` | Whether to display a button which cancels the last available action. | `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-no-results)