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 > 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 EVERY sections that starts with <input type="search" > Save.
<input type='hidden' name='search_extras' value='product-description,brands,collections,tags,vendors'>

Step 2 - Go to file sections/header.liquid
Look for <input type='hidden' name="options [prefix]" value="last"> and add the following codes below it > Save.
<input type='hidden' name='search_extras' value='product-description,brands,collections,tags,vendors'>

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

📌 Note: Above all code editing, you will need to re-edit the code again if you switch to a new theme template.
Updated on: 21/11/2025
Thank you!
