where
Filters an array of objects by property value. (standard Liquid filter.)
Example
{{ product.variants | where: "available", true | size }}Output:
4Filters an array of objects by property value. (standard Liquid filter.)
{{ product.variants | where: "available", true | size }}Output:
4