We support lazy slicing of drops using the {% for %} tag, but array filters make no attempt to delegate slicing, finding or filtering operations to drops.
I expect lazy array filters to be essential for paginated collections. See Shopify/liquid#1941.
We support lazy slicing of drops using the
{% for %}tag, but array filters make no attempt to delegate slicing, finding or filtering operations to drops.I expect lazy array filters to be essential for paginated collections. See Shopify/liquid#1941.