Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
Works!! Mind-effing-blown Thanks Mark Sincerely Riz On Mon, 4 May 2020, 06:28 'Mark S.' via TiddlyWiki, < tiddlywiki@googlegroups.com> wrote: > > \define filt-alltags() > <$vars tag1="tag[" tag2="]" lb="[" rb="]"> > <$set filter= >

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
<$list filter="[contains:tags{!!tags}]"> tried this without success. Failed when there are more than one tag On Mon, 4 May 2020, 05:45 TonyM, wrote: > Post script, Perhaps use https://tiddlywiki.com/#contains%20Operator to > see if one tag field contains the tag in the other tag field. > > > On

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
Post script, Perhaps use https://tiddlywiki.com/#contains%20Operator to see if one tag field contains the tag in the other tag field. On Monday, 4 May 2020 10:13:35 UTC+10, TonyM wrote: > > Riz, > > That is more precise. Thanks > > *Unfortunatly I must work on something else, I will leave you

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
Riz, That is more precise. Thanks *Unfortunatly I must work on something else, I will leave you with the following for now and return later* One would think you could compare tag fields, however the tags may be in a different order. So you want to "iterate" the tags field and test each tag

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
Another way to convey my problem is How will you find all tiddlers which carry the same set of tags <> carries? On Mon, 4 May 2020, 05:22 Rizwan Ishak, wrote: > I thought > > <$list filter="[get[tags]match{!!list}]"/> > > would work. Unfortunately no. > > On Mon, 4 May 2020, 05:11 Rizwan

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
I thought <$list filter="[get[tags]match{!!list}]"/> would work. Unfortunately no. On Mon, 4 May 2020, 05:11 Rizwan Ishak, wrote: > We don't know beforehand what titles are there in the list field or how > many. > > So tag[title1]tag[title2]...won't work. > > On Mon, 4 May 2020, 05:08 TonyM,

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
We don't know beforehand what titles are there in the list field or how many. So tag[title1]tag[title2]...won't work. On Mon, 4 May 2020, 05:08 TonyM, wrote: > I will just add for clarity > > [[tiddler1]] [[tiddler2]] [[tiddler3]] > Is in effect three (3) Runs > > To test these its easier to