intersection - Liquid Filter Reference
On this page
Description
Returns the intersection of two lists
| Property | Value |
|---|---|
| Return Type | list |
| Category | lists |
Examples
liquid
{{ list1 | intersection: list2 | join: ", " }}
Output: 3, 4, 5
Type at least 3 characters · ↵ for full results · Esc to close
Returns the intersection of two lists
| Property | Value |
|---|---|
| Return Type | list |
| Category | lists |
liquid
{{ list1 | intersection: list2 | join: ", " }}
Output: 3, 4, 5