--- title: QuanticDidYouMean slug: latest-insight-panel-did-you-mean canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-did-you-mean/ collection: quantic source_format: adoc --- # QuanticDidYouMean > **Note** > > This component was introduced in version `1.32.0`. The `QuanticDidYouMean` component is responsible for handling query corrections. When a query returns no result but finds a possible query correction, the component either suggests the correction or automatically triggers a new query with the suggested term. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `disableQueryAutoCorrection` | `disable-query-auto-correction` a| Whether to disable automatically applying corrections for queries that would otherwise return no results. When `disableQueryAutoCorrection` is `false`, the component automatically triggers a new query using the suggested term. When `disableQueryAutoCorrection` is `true`, the component returns the suggested term without triggering a new query. | `boolean` | `false` | `queryCorrectionMode` | `query-correction-mode` a| Defines which query correction system to use. `legacy`: Query correction is powered by the legacy index system. This system relies on an algorithm using solely the index content to compute the suggested terms. `next`: Query correction is powered by a machine learning system, requiring a valid Query Suggestion model configured in your Coveo environment to function properly. This system relies on machine learning algorithms to compute the suggested terms. The `legacy` system will send two requests to the API to get the suggestions, while the `next` system will send one request. | `string` | `'legacy'` |=== -- ## 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: * [Search](https://docs.coveo.com/en/quantic/latest/reference/search-components/search-did-you-mean)