This works fine: the nonexistent tiddler name is passed through to any following filter steps and can be manipulated just like tiddlers that do exist. Of course, some filter steps will not make much sense in this case (tag
and links
will never return any results, for instance).
Later on, we'll see that we can use filters to do things like manipulate text or do math. The inputs in this case will often be arbitrary strings of text or numbers rather than tiddler names, but many filter operators will still work great.
You can use the is
operator with the tiddler
parameter to filter out tiddlers that don't exist. For instance, if you said [title[I Don't Exist]is[tiddler]]
, you would get no results, since I Don't Exist
is not a tiddler.