--- title: Coveo Advanced Search slug: '3056' canonical_url: https://docs.coveo.com/en/3056/ collection: coveo-for-sitecore-v5 source_format: adoc --- # Coveo Advanced Search > **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. -- ![Advanced Search Menu Option | Coveo for Sitecore 5](c4sc-v5/advanced-search-menu-option.png) Implements the [Coveo JavaScript Search Framework](https://docs.coveo.com/en/187/) [AdvancedSearch](https://coveo.github.io/search-ui/components/advancedsearch.html) component which renders an **Advanced Search** item in the [Settings popup menu](https://coveo.github.io/search-ui/components/settings.html). When a website visitor selects the **Advanced Search** option, a wizard modal is displayed to ease the creation of a complex query. -- ## Usage notes * As soon as a user closes the **Advanced Search** wizard modal, a request with the generated [advanced query expression (`aq`)](https://docs.coveo.com/en/175/) is sent to the search API. ## Insertion location

Coveo Hive

The Coveo Advanced Search rendering is an Allowed Control in the following placeholder(s): Searchbox Options

Example insertion sequence for the Coveo Advanced Search rendering.

Coveo Hive SXA

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

To ease rendering management, group Coveo Advanced Search, Coveo Export To Excel, Coveo Preferences Panel and Coveo Share Query renderings together near your Coveo Settings Button rendering.

Example insertion sequence for the Coveo Advanced Search rendering.
## Data source options The following table lists the available data source options for this rendering. [%header,cols="33%,66%"] |=== |Option name |Description |Include Date section |See the [`includeDate`](https://coveo.github.io/search-ui/components/advancedsearch.html#options.includedate) component option. |Include Document section |See the [`includeDocument`](https://coveo.github.io/search-ui/components/advancedsearch.html#options.includedocument) component option. |Include Keywords section |See the [`includeKeywords`](https://coveo.github.io/search-ui/components/advancedsearch.html#options.includekeywords) component option. |Additional data attributes a|{empty} -- Allows [use of the Coveo JavaScript Search Framework **AdvancedSearch** component options](https://docs.coveo.com/en/2776/) that aren't directly available in the data source. -- |=== ## Sample Generated HTML and Corresponding Result **Generated HTML:** ```html
``` **Advanced Search Wizard User Settings:** ![Advanced Search Settings | Coveo for Sitecore 5](https://docs.coveo.com/en/assets/images/c4sc-v5/advanced-search-wizard-configuration.png) **Corresponding Advanced Expression:** ![Advanced Search Generated Expression | Coveo for Sitecore 5](https://docs.coveo.com/en/assets/images/c4sc-v5/advanced-search-generated-advanced-expression.png)