> For the complete documentation index, see [llms.txt](https://help.brickspacelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brickspacelab.com/slab/getting-started/global-settings/search-settings.md).

# Search

Search settings in **Theme settings > Search** control which result types can appear on the search results page.

## How to change theme search

{% stepper %}
{% step %}

#### Open search settings

* Open **Theme settings > Search**.
  {% endstep %}

{% step %}

#### Toggle result types

* Turn **Enable blog results**, **Enable collection results**, **Enable page results**, **Enable product results**, and **Enable query results** on or off as needed.
  {% endstep %}

{% step %}

#### Test search

* Run searches in the storefront preview and confirm only enabled types appear.
  {% endstep %}
  {% endstepper %}

### Notes on search

* Disabling a type affects the theme search experience; Shopify may still index that content elsewhere.
* **Enable query results** controls query-style results where the theme uses them—preview search and any search drawer you use.

## Search settings

| Setting                   | What it controls                                       |
| ------------------------- | ------------------------------------------------------ |
| Enable blog results       | Shows blog content in search when on. Default on.      |
| Enable collection results | Shows collections in search when on. Default on.       |
| Enable page results       | Shows pages in search when on. Default on.             |
| Enable product results    | Shows products in search when on. Default on.          |
| Enable query results      | Shows query-style results where supported. Default on. |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.brickspacelab.com/slab/getting-started/global-settings/search-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
