What's the opposite of contains
in Shopify Liquid Smarty tags?
I basically want to hide products from Search page that has the tag hideme
Example code : {% if product.tags contains 'hideme' %}
. In this I want to use does not contain
instead of contains