How can I exclude certain pages from on-site search results?

Hey @MetteT ,

I had the same problem and the solution that worked for me was commenting out the when ‘page’ part in the main-search.liquid file. The page information was on line 231-242 for me, and I can see in the default Dawn theme that the article bits are just above it too - so putting your {% comment %} above it should also exclude blog posts from your search results.