Filter merge

To use a filter on a variable in an expression, write the variable then put a | pipe symbol, then write the filter name:

array|merge

This filter has some extra parameters that can be put after the name in brackets:

array|merge(array)

Description

You can use this filter to merge two arrays together.