caption: subfilter created: 20181031175129475 modified: 20181031175129475 op-input: a [[selection of titles|Title Selection]] passed as input to the subfilter op-neg-input: a [[selection of titles|Title Selection]] passed as input to the subfilter op-neg-output: those input titles that are <<.em not>> returned from the subfilter <<.place S>> op-output: the [[selection of titles|Title Selection]] returned from the subfilter <<.place S>> op-parameter: a [[filter expression|Filter Expression]] op-parameter-name: S op-purpose: select titles from the operand interpreted as a [[filter expression|Filter Expression]] tags: [[Filter Operators]] [[Field Operators]] [[Selection Constructors]] [[Negatable Operators]] title: subfilter Operator type: text/vnd.tiddlywiki <<.from-version "5.1.18">> Note that the subfilter operator was introduced in version 5.1.18 and is not available in earlier versions. <<.tip " Literal filter operands cannot contain square brackets but you can work around the issue by using a variable:">> ``` <$set name="myFilter" value="[tag[one]]"> <$list filter="[all[tiddlers]subfilter]"> ... ``` <<.operator-examples "subfilter">>