> For the complete documentation index, see [llms.txt](https://docs.lufavo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.lufavo.com/frameora/page-setup/search-page.md).

# Search Page

The Search page lets customers search your store for products, wall art, blog posts, pages, and other searchable content.

Use this page to help customers quickly find products, inspiration, and information.

### Open Search page settings

{% hint style="success" %}
To edit the Search page:

* From your Shopify admin, go to **Online Store > Themes**.
* Find **Frameora**.
* Click **Customize**.
* Use the page selector at the top of the theme editor.
* Select **Search**.
* Select the **Main search** section in the sidebar.
* Edit the settings.
* Click **Save**.
  {% endhint %}

***

### Main search settings

The Main search section includes these settings:

* Pill text
* Heading
* Description
* Search placeholder
* Button label
* Show filters
* Show result count

***

### Pill text

Use the **Pill text** field for the small label shown above the search heading.

Example:

**Find your Frameora**

***

### Heading

Use the **Heading** field for the main Search page title.

Example:

**Search Frameora**

***

### Description

Use the **Description** field to add short helper text below the heading.

Example:

**Find photo tiles, wall art, inspiration, and products made for your favorite memories.**

***

### Search placeholder

Use the **Search placeholder** field to customize the placeholder text inside the search input.

Example:

**Search products, wall art, or ideas**

***

### Button label

Use the **Button label** field to customize the search button text.

Example:

**Search**

***

### Show filters

Enable **Show filters** if you want customers to filter search results when filters are available.

Search filters depend on Shopify search and filtering settings.

***

### Show result count

Enable **Show result count** if you want the Search page to show how many results were found.

***

### Search results

Search results are generated by Shopify.

Results may include searchable store content such as:

* Products
* Pages
* Blog posts
* Articles

The exact results depend on your Shopify store content and search settings.

***

### If search results do not appear as expected

Check that:

* Products are active.
* Products are available on the Online Store sales channel.
* Pages or blog posts are published.
* The search term matches existing store content.
* Search and filtering settings are configured in Shopify.
* Filters are enabled if you want customers to filter results.

***

### Save your changes

After editing the Search page, click **Save**.

If changes do not appear immediately, refresh the storefront or open the page in a private browser window.


---

# 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://docs.lufavo.com/frameora/page-setup/search-page.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.
