Skip to content
Log in

uniq - Liquid Filter Reference

On this page

Description

Removes any duplicate items in an list.

Property Value
Return Type list
Category lists

Examples

```liquid

{{ insects | uniq | join: “, “ }} ```

Output: ants, bugs, bees

Was this article helpful?

Was this article helpful?