On Saturday, June 2, 2018 at 8:41:39 PM UTC-7, Mohammad wrote:
>
> Consider this code:
>
> <$list filter="[field:note[]]">
> <<currentTiddler>><br>
> </$list>
>
>
> If you put in a tiddler in tiddlywiki.com, then it returns all tiddlers. 
> while I expect to return all tiddlers having a filed called *note*
>

Try the "has:fieldname[]" filter operator.  This will select only tiddlers 
that have "fieldname" defined, even if the field has no value assigned.  If 
you intend to list only those tiddler that have actual values for a field, 
you can use the "has[fieldname]" form of the filter, which selects only 
tiddlers with that field having a **non-blank** value.

-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
InsideTiddlyWiki: The Missing Manuals

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/47eead79-2b9f-4c2d-8c86-ac3b77ebb433%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to