> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.easystore.co/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Customize your product search result

After this guide, your customers will be able to search or find your products easier via these search values below:

* Product Description
* Product Collections
* Product Brands
* Product Tags
* Product Vendors

To start, go to [EasyStore Admin](https://admin.easystore.co) > Channels > Online Store > Edit source

###### Step 1 - Go to file snippets/search-bar.liquid

Look for **`{{ 'general.search.submit' | t }}`** around line 10 - 30 and add the following codes below ${color}[#e50b0b](**EVERY**) sections that starts with **`<input type="search"`** > Save.

| 💡 Tips: You can customize the codes based on what info you want let customers to search.

```
<input type='hidden' name='search_extras' value='product-description,brands,collections,tags,vendors'>
```

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/untitled-design-81_mjixsn.jpg =800x450)

###### Step 2 - Go to file sections/header.liquid

|| This step is not needed for Wave, LUCKY, X-FORCE and Candy themes.

Look for **`<input type='hidden' name="options [prefix]" value="last">`** and add the following codes below it > Save.

| 💡 Tips: You can customize the codes based on what info you want let customers to search.

```
<input type='hidden' name='search_extras' value='product-description,brands,collections,tags,vendors'>
```

![](https://storage.crisp.chat/users/helpdesk/website/b34797d9594d3000/image_18pmbb6.png =800x475)

Here is where you can add or edit the information in product editing page:

* **Product Description** = Product Description value
* **Brands** = Brand value
* **Collections** = Product Collections value
* **Tags** = Product Tags value
* **Vendor** = Product Vendor

![](https://storage.crisp.chat/users/helpdesk/website/-/b/3/4/7/b34797d9594d3000/image_10jlnpm.png =800x477)

---

📌 Note: Above all code editing, you will need to re-edit the code again if you switch to a new theme template.



