Just playing with the new filters... awesome!
My products have the text "Women" in the description if the products are for women (surprise), but there is not way to filter on "Men".
Is it possible to create a query filter on products that do NOT contain the word "Women"?
Sort of like this (although it doesn't work):
Code:
<li><a href="[server.url type='fullpage' query='word=women']">Women's Glasses</a></li>
<li><a href="[server.url type='fullpage' query='word=-women']">Men's Glasses</a></li>
Thanks!