Am Samstag, 28. Juni 2014 14:29:04 UTC+2 schrieb Xavier:

> Interesting puzzle! What about [field:tags/^A$/] ?
>>
> Looks good. Even field:tags/\bA\b/ sounds feasible
>

Testing in http://tiddlywiki.com/#:%24%3A%2FAdvancedSearch, with the tag
"task", the \b doesn't prevent other tags to be present. The safest one so
far seems to be [field:tags/^\s*task\s*$/], although the \s* may be
superfluous if the field filter implementation already trims the tags
string.

Cheers,
Xavier.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to