I will just add for clarity
[[tiddler1]] [[tiddler2]] [[tiddler3]]
Is in effect three (3) Runs
To test these its easier to say
[[tiddler1]] [[tiddler2]] [[tiddler3]] +[get[fieldname]match[yes]]
Regards
Tony
On Monday, 4 May 2020 09:31:52 UTC+10, TonyM wrote:
>
> Riz
>
> We can say [enlist{!!list}] generates the tiddlers you want to test if
> they have particular tags
> This is a run, if you want to test each item in that run you either append
> more filters or use a +[[run]] to apply to each item
> So the following should be what you are looking for
>
> [enlist{!!list}tag[title1]tag[title3]tag[title3]]
> or
> [enlist{!!list}] +[tag[tag1]] +[tag[tag2]] +[tag[tag3]]
>
> A Common mistake is
>
> [enlist{!!list}] [tag[tag1]] [tag[tag2]] [tag[tag3]]
>
> This last one is 4 seperate runs that contribute to the output
>
> Regards
> Tony
>
>
> On Monday, 4 May 2020 08:38:14 UTC+10, Riz wrote:
>>
>> Say myfield contains a list of 5 titles - I want to find tiddlers tagged
>> by all of them in combination
>>
>> [enlist{!!list}tagging[]]
>>
>> This code would list all tiddlers tagged by at least one of them -
>> tag[title1] or tag[title2] and so on.
>> I want to find tag[title1] AND tag[title2] AND tag[title3] and so on
>>
>
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/67e18a3b-c963-4b4a-aa59-ee79e771c9ee%40googlegroups.com.