# Search result page

{% hint style="warning" %}
From version 1.3.0, the search result page is configured in [the Search result page section](/static-sections/search-result-page.md). Please refer to [this guide](/static-sections/search-result-page.md) for more details.
{% endhint %}

## Open Search result page settings.

1. From your Shopify admin, go to **Online Store** > **Themes**.
2. Find the theme that you want to edit and click **Customize**.
3. In the left-hand toolbar, click **Theme settings.**
4. Click the **Search result page.**

## 1. General settings

* **The number of items per page:** adjust the maximum number of items per type (product, article, static page) per page.
* **Products layout:** specify the product item layout.
* **Articles layout:** specify the article item layout.

## 2. Infinity loading products

Only apply when searching with products. These settings also work the same as the collection page. So you can refer to [the infinity loading product settings on the collection page.](/static-sections/collection-pages/old-collection-pages.md#4-infinity-loading-products)

## 3. Product item settings

You can refer to [this guide](/tips.md#product-item-settings) for more details.

## 4. Blog article item

* **Show author:** show/hide the author.
* **Show date:** show/hide the created date.


---

# 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://vodoma-docs.boostheme.com/theme-settings/search-result-page.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.
