From 3edf3892e85e20415849cec1ef7cbf168b1c5316 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 3 May 2017 18:33:42 +0100 Subject: [PATCH] Fix has filter docs See discussion https://github.com/Jermolene/TiddlyWiki5/commit/6085936475851a8f93a05a52 f9e7ddcb066c6569#commitcomment-21966472 Thanks @telmiger --- editions/tw5.com/tiddlers/filters/has.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/filters/has.tid b/editions/tw5.com/tiddlers/filters/has.tid index a90f1e2c4..c04370944 100644 --- a/editions/tw5.com/tiddlers/filters/has.tid +++ b/editions/tw5.com/tiddlers/filters/has.tid @@ -2,8 +2,8 @@ caption: has created: 20140410103123179 modified: 20151111150117431 op-input: a [[selection of titles|Title Selection]] -op-neg-output: ''without suffix'' or with ''suffix `value`''
» those input tiddlers in which field <<.place F>> does <<.em not>> exist or has an empty value
''suffix `field`''
» those input tiddlers in which field <<.place F>> exists -op-output: ''without suffix'' or with ''suffix `value`''
» those input tiddlers in which field <<.place F>> has a non-empty value
''suffix `field`''
» those input tiddlers in which field <<.place F>> does <<.em not>> exist +op-neg-output: ''without suffix'' or with ''suffix `value`''
» those input tiddlers in which field <<.place F>> does <<.em not>> exist or has an empty value
''suffix `field`''
» those input tiddlers in which field <<.place F>> does <<.em not>> exist +op-output: ''without suffix'' or with ''suffix `value`''
» those input tiddlers in which field <<.place F>> has a non-empty value
''suffix `field`''
» those input tiddlers in which field <<.place F>> exists op-parameter: the name of a [[field|TiddlerFields]] op-parameter-name: F op-purpose: filter the input by field existence