# Customize search results

The online store search is a fully featured, powerful tool for your customers to search across all of your store's products, blog posts, and pages.

You can customize your search results with the [Search & Discovery app](https://help.shopify.com/en/manual/online-store/search-and-discovery) from Shopify. The app provides a number of search features and settings that change the behavior of your online store search.

{% hint style="success" %}
Steps:

1. From your Shopify admin, go to **Apps**.
2. Select **Search & Discovery** app > **Settings.**
3. Make necessary changes.
4. **Save** the settings.
   {% endhint %}

### Customize your search results

Choose what results appear for customers in the search result page.

* Products
* Pages
* Blog posts

### Customize your predictive search results

Choose what results appear for customers in the search bar.

* Queries
* Products
* Collections
* Pages
* Blog posts

### Customize how the out of stock products are displayed in your search results

Choose what order you want out of stock products to appear in your search results, including predictive search results.

* At the end of the list
* Not at all - hide the sold-old products from the list
* Mixed with all other results.<br>

For more advanced customizations, you can edit your theme code to change how search results are requested. Learn more about customizing at [Shopify.dev](https://shopify.dev/themes/navigation-search/search).

<br>


---

# 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://docs.foxecom.com/megamog-theme/faqs/customize-search-results.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.
