created: 20150117204109000 modified: 20150124185709000 tags: Concepts title: Absolute Operators type: text/vnd.tiddlywiki The output of a [[filter|Filters]] step depends on its [[operator|Filter Operators]]: * Most operators perform <<.def relative>> to their input. They examine each input title in turn and filter out any that don't match. Such steps narrow down the output of a run. * <<.def Absolute>> operators ignore their input and generate an independent output instead. A good example of an absolute operator is <<.olink title>>. The output of `[title[A]title[B]]` is just <<.tid B>>. But the <<.olink field>> operator is relative, so `[title[A]field:title[B]` outputs nothing at all.