diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid index 4c59da908..5a24b71b0 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid @@ -1,5 +1,6 @@ -title: TiddlerFilters tags: docs concepts +title: TiddlerFilters +modified: 201305311232 Filters are used in TiddlyWiki to choose tiddlers by specifying simple match criteria. @@ -55,6 +56,12 @@ The operands available with the `is` operator are: * ''missing'': selects all missing tiddlers * ''orphan'': selects all orphan tiddlers +! Indirect Operands + +If a filter operator is written with curly brackets around the operand then it is taken to be a TiddlerTextReference to the actual value. For example: + +''[search{$:/temp/search}]'': selects all tiddlers containing the string contained in the tiddler titled ''$:/temp/search''. + ! Runs Operators are combined into runs that function as logically ANDed expressions by bashing them together and merging the square brackets: