Hi folks,
I’m trying to return all products by a specific vendor. I thought the following would work but it seems to ignore the “where” inclusion. Any thoughts?
{% for product in collections.all.products | where: "vendor", "Cyril Le Moing" | limit: 8 %}