From 92aa682bc524f4f0c9342ff35a5a1eba352a29d2 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 29 Jan 2014 21:49:48 +0000 Subject: [PATCH] Update docs for 'has' filter operator --- editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid b/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid index 72d572f31..0da45b0de 100644 --- a/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid +++ b/editions/tw5.com/tiddlers/concepts/TiddlerFilters.tid @@ -1,5 +1,5 @@ created: 20130827080000000 -modified: 20140107114229585 +modified: 20140129214824811 tags: concepts title: TiddlerFilters type: text/vnd.tiddlywiki @@ -36,7 +36,7 @@ A filter string consists of one or more runs of filter operators that each look * ''title'': selects the tiddler with the title given in the operand * ''is'': tests whether a tiddler is a member of the system defined set named in the operand (see below) -* ''has'': tests whether a tiddler has the field specified in the operand +* ''has'': tests whether a tiddler has a non-empty value for the field specified in the operand * ''sort'': sorts the tiddlers by the field specified in the operand * ''sortcs'': a case sensitive sort of the current tiddlers by the field specified in the operand * ''nsort'': sorts the tiddlers numerically by the field specified in the operand