--- title: Coveo Did You Mean slug: '3015' canonical_url: https://docs.coveo.com/en/3015/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo Did You Mean > **Legacy feature** > > The Coveo Hive Framework is now in maintenance mode and is no longer recommended for new implementations. > > To build new search experiences, use one of Coveo's more modern, lightweight, and responsive libraries. > To get started, see the [Build search](https://docs.coveo.com/en/2473/) article. Implements the [Coveo JavaScript Search Framework](https://docs.coveo.com/en/187/) [DidYouMean](https://coveo.github.io/search-ui/components/didyoumean.html) component, which suggests a query correction or triggers a new query with the suggested term. See [Query correction feature](https://docs.coveo.com/en/1810/) for details. ## Usage notes * When `EnableAutoCorrection` is selected, every time a query yields no result and the [Coveo Platform](https://docs.coveo.com/en/186/) finds a query correction, a second call to the Search API is automatically triggered. * Coveo provides query corrections under certain conditions (see [Limitations of the QS-based system](https://docs.coveo.com/en/1810#limitations-of-the-qs-based-system)). * You can change the default query correction message using a [custom initialization script](https://docs.coveo.com/en/2788#example-3-change-the-coveo-did-you-mean-query-correction-message). * You can [customize the CSS](https://docs.coveo.com/en/2342/) associated with this rendering. ## Insertion location

Coveo Hive

The Coveo Did You Mean rendering is an Allowed Control in the following placeholder(s): UI Header, UI Results Header, UI Results Footer, UI Footer, Results Header

Example insertion sequence for the Coveo Did You Mean rendering.

Coveo Hive SXA

Coveo for Sitecore SXA rendering insertion locations aren't limited by placeholder Allowed Controls. The Coveo Did You Mean rendering may therefore be inserted throughout the partial design, whether in Coveo for Sitecore or Sitecore placeholders.

Example insertion sequence for the Coveo Did You Mean rendering.
## Data source options The following table lists the available data source options for this rendering. [%header,cols="33%,66%"] |=== |Option name |Description |Enable auto correction |See the [enableAutoCorrection](https://coveo.github.io/search-ui/components/didyoumean.html#options.enableautocorrection) component option. |Additional data attributes a|{empty} -- Allows [use of the Coveo JavaScript Search Framework **DidYouMean** component options](https://docs.coveo.com/en/2776/) that aren't directly available in the data source. -- |=== ## Sample generated HTML and corresponding visual output ```html
``` ![Query Correction feature example output | Coveo for Sitecore 5](https://docs.coveo.com/en/assets/images/c4sc-v5/query-correction-feature.gif)