17th December 2021 at 1:57pm
purpose | select titles from the parameter interpreted as a filter expression |
---|---|
input | a selection of titles passed as input to the subfilter |
! input | a selection of titles passed as input to the subfilter |
parameter | S =a filter expression |
output | the selection of titles returned from the subfilter S |
! output | those input titles that are not returned from the subfilter S |
Learn more about how to use Filters
Introduced in v5.1.18 Note that the subfilter
operator was introduced in version 5.1.18 and is not available in earlier versions.
<$set name="myFilter" value="[tag[one]]">
<$list filter="[all[tiddlers]subfilter<myFilter>]">
...
The subfilter
operator will act as a constructor whenever the filter defined by its parameter is a constructor. Otherwise, it will act as a modifier.