pluck - Liquid Filter Reference - 0.11.2

Filter Name pluck
Group Collections
Version 0.11.2

Description

Plucks all values for a given property from an array of

Examples

When a string property is provided, it returns all the values from the collection for the provided property:
{{ products | pluck: "name" }}
Fridgetastic 3000Coldinator 500Geronimo 9000Y2K Amaze
When a variable property is provided, it returns all the values from the collection for the provided property:
{{ products | pluck: plucker }}
Fridgetastic 3000Coldinator 500Geronimo 9000Y2K Amaze

Back to Filter List

Back to Liquid Reference for 0.11.2

 

 
Back to Documentation