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