How can I exclude pages and articles from my store search results?

Hey everyone,

I’m looking to only show products in my store search results.

How would I hide pages,articles,etc in the results. How do I block that?

I’ve managed to find out what to do I’m just not sure where to add or edit the code to make it work: https://help.shopify.com/en/themes/development/search/storefront-search

Thanks in advance!

Hi,

You aren’t far off, re: the docs you’ll see this line:

You’ll need to find your search form, it should be in one of the search related liquid files. Adding the line above and/or if you already have it, modifying it so that value only contains product.

The other issue you might have is if your theme has live/ajax search, then you’ll also need to modify that, though that will be more specific to the theme you are using.

Yeah I figured it out.

@koze

can you please share code and how to do???

Thanks