--- title: Coveo Omnibox Result List slug: '3070' canonical_url: https://docs.coveo.com/en/3070/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo Omnibox Result List > **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/) [CoveoOmniboxResultList](https://coveo.github.io/search-ui/components/omniboxresultlist.html) component which is a result list that renders just below the searchbox and suggests results as users type their query. By default, selecting a result suggestion opens the corresponding result URI in the browser. ## Usage notes * Result Suggestions send a query to the index after each keystroke. Hence, this feature can have a significant impact on your number of queries per month. * Once inserted, the **Coveo Omnibox Result List** rendering exposes a `Result Templates` placeholder in which you must insert a [Result Template](https://docs.coveo.com/en/3001/) rendering. * You can [customize the CSS](https://docs.coveo.com/en/2342/) associated with this rendering. ## Insertion location
The Coveo Omnibox Result List rendering is an Allowed Control in the following placeholder(s): Searchbox Components
When you add the Coveo Searchbox SXA rendering, this adds a coveouisearchboxcomponentssxa placeholder. Insert your Coveo Omnibox Result List rendering in this coveouisearchboxcomponentssxa placeholder.