diff --git a/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid b/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid index 49c8fea04..8492d5e8a 100644 --- a/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid +++ b/editions/tw5.com/tiddlers/filters/Introduction to Filters.tid @@ -78,7 +78,7 @@ A <> of runs will select the tiddlers that match <> If we want to ignore vegetarian recipes that serve 4, we can say this: ``` -[serving[3]] [serving[4]!tag[vegetarian]] [serving[5]] +[serving[3]] [serving[4]!tag[Vegetarian]] [serving[5]] ``` By default, each run considers every tiddler in the wiki. But we can use a `+` sign to force a run to consider only the tiddlers that were selected by the preceding runs: