--- title: Coveo Query Summary slug: '3017' canonical_url: https://docs.coveo.com/en/3017/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo Query Summary > **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/) [QuerySummary](https://coveo.github.io/search-ui/components/querysummary.html) component which indicates the currently displayed range of results (for example, `Results 1-10 of 123`). The component can also be used to show a custom message and search tips when the current query has no matching items. ## Insertion location

Coveo Hive

The Coveo Query Summary rendering is an Allowed Control in the following placeholder(s): UI Header, UI Results Header, UI Results Footer, UI Footer, Results Summary Section

Example insertion sequence for the Coveo Query Summary rendering.

Coveo Hive SXA

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

Example insertion sequence for the Coveo Query Summary rendering.
## Data source options The following table lists the available data source options for this rendering. [%header,cols="33%,66%"] |=== |Option name |Description |Enable search tips |See the [enableSearchTips](https://coveo.github.io/search-ui/components/querysummary.html#options.enablesearchtips) component option. |Only display search tips |See the [onlyDisplaySearchTips](https://coveo.github.io/search-ui/components/querysummary.html#options.onlydisplaysearchtips) component option. |Display the Cancel Last Action link |See the [enableCancelLastAction](https://coveo.github.io/search-ui/components/querysummary.html#options.enablecancellastaction) component option. |Display the No Results Found message |See the [enableNoResultsFoundMessage](https://coveo.github.io/search-ui/components/querysummary.html#options.enablenoresultsfoundmessage) component option. |The custom message to display when there are no search results |See the [noResultsFoundMessage](https://coveo.github.io/search-ui/components/querysummary.html#options.noresultsfoundmessage) component option. |Additional data attributes a|{empty} -- Allows [use of the Coveo JavaScript Search Framework **QuerySummary** 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 ``` **Sample output when query yields results** ![Query Summary with results example output | Coveo for Sitecore 5](https://docs.coveo.com/en/assets/images/c4sc-v5/query-summary-example-with-results.png) **Sample output when query yields no results** ![Query Summary without results example output | Coveo for Sitecore 5](https://docs.coveo.com/en/assets/images/c4sc-v5/query-summary-example-without-results.png)