# Search

The **Search drawer** in the header lets visitors search your collections, products, and pages.

<figure><img src="/files/onf2ofJHs2hSjDsK2fo2" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="success" %}
You can customize search results with Shopify's [Search & Discovery app](https://apps.shopify.com/search-and-discovery). Create custom filters, select result types, and add "synonym groups" to show relevant results. See Shopify's [App guide](https://help.shopify.com/en/manual/online-store/search-and-discovery) to learn more.
{% endhint %}

## Predictive search

***

<table><thead><tr><th width="190">Setting</th><th width="400">Description</th><th>Options</th></tr></thead><tbody><tr><td><mark style="color:blue;">Enable predictive search</mark></td><td>Enable instant search results and auto-complete suggestions in the search drawer.<br><br>When disabled, customers are redirected to the search results page.</td><td><ul class="contains-task-list"><li><input type="checkbox" checked><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Results per category</mark></td><td>Set the maximum number of results for each content type (pages, products, collections) in the search bar.</td><td><strong>4 - 10</strong> <em><mark style="background-color:yellow;">Default</mark></em><mark style="background-color:yellow;">: 4</mark></td></tr><tr><td><mark style="color:blue;">Show prices</mark></td><td>Show prices for products that appear in search results.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Show vendors</mark></td><td>Show vendors for products that appear in search results.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr></tbody></table>

### Searchable fields

***

Choose which parts of your store should be searchable to limit search results.

<table><thead><tr><th width="190">Setting</th><th width="400">Description</th><th>Options</th></tr></thead><tbody><tr><td><mark style="color:blue;">Author</mark></td><td>Make the author field searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Body</mark></td><td>Make body text for products, pages, and collections searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Product type</mark></td><td>Make product types searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Tag</mark></td><td>Make product tags searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Title</mark></td><td>Make product, page, and collection titles searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Variant barcode</mark></td><td>Make variant barcodes searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Variant SKU</mark></td><td>Make variant SKUs searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Variant title</mark></td><td>Make variant titles searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr><tr><td><mark style="color:blue;">Vendor</mark></td><td>Make vendors searchable.</td><td><ul class="contains-task-list"><li><input type="checkbox"><em><mark style="background-color:yellow;">Default</mark></em></li></ul></td></tr></tbody></table>

### Show quick links

***

When a search hasn't been made yet, you can display suggested links to help customers get started.

#### Create menu

From your Shopify admin, go to **Content > Menus**. Click **Create menu** and **Add menu items**. Click **Save**.

#### Connect menu

In your theme editor, go to **Theme settings > Predictive search**. Under **Quick links**, select the menu you created in the Shopify admin.

<figure><img src="/files/nAoKe2PAhMiwXPchSO9o" alt="" width="375"><figcaption></figcaption></figure>

<table><thead><tr><th width="190">Setting</th><th width="400">Description</th><th>Options</th></tr></thead><tbody><tr><td><mark style="color:blue;">Heading</mark></td><td>Enter a title for the list of quick links.</td><td><em><mark style="background-color:yellow;">Default</mark></em><mark style="background-color:yellow;">: "Quick links"</mark></td></tr><tr><td><mark style="color:blue;">Links</mark></td><td>Select a menu of links (created in your Shopify admin) to display as quick links.</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.fluorescent.co/eclipse/header/search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
