# Search behaviour

Shopify’s **search functionality** helps customers quickly find products, collections, and pages. You can customize search settings to improve results, add filters, enable predictive search, and enhance the search experience.

{% hint style="success" %}

1. **Go to** Shopify Admin > **Online Store > Themes**.
2. Click **Customize** on your active theme.
3. In the Theme Editor, click **Theme Settings > Search behaviour**
   {% endhint %}

<figure><img src="/files/2aPIJ2jrNxnI2L96hEM1" alt=""><figcaption></figcaption></figure>

This setting customizes the search drawer’s design and functionality.

#### Search behavior

* **Color scheme :** You can customize the theme appearance by changing the **text color, background color**, and more using preset color options.
* **Show Pages** : Include store pages in search results.
* **Show Articles** : Display blog articles in search results.
* **Show Collections** : Include product collections in search results.

#### **Search Product card**

* **Search Card Color:** Sets the color scheme for search result cards.
* **Show Price** : Display product prices in search results.
* **Show Products** : Display individual products in search results.


---

# 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://themessupport.gitbook.io/lollipop-theme/theme-settings/search-behaviour.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.
