Skip to content

where

Filters an array of objects by property value. (standard Liquid filter.)

Example

{{ product.variants | where: "available", true | size }}

Output:

4