5th May 2021 at 10:02am
purpose | select titles from the parameter interpreted as a title list |
---|---|
input | ignored |
! input | a selection of titles |
suffix | D =Introduced in v5.1.20 dedupe (the default) to remove duplicates, raw to leave duplicates untouched |
parameter | L =a title list |
output | the titles stored as a title list at L |
! output | those input titles that are not listed in L |
Learn more about how to use Filters
<$set name="myList" value="first [[second with a space]] third">
<$list filter="[enlist<myList>]">
...