<$list filter="tag[blah]get[date-field]!prefix[2020]]">
</$list><$set name=amount
filter="[tag[mytag]get[modified]]
20180403221852352
+[sort[]allbefore[20180403221852352]count[]]">
<$list filter="[tag[mytag]sort[modified]first<amount>]" >
</$list>
</$set>
The match operator is effectively the equals operator the git hub issue raises
Are there others?
regards
Tony
The match operator is effectively the equals operator the git hub issue raises
Yeah, but that's the only solved one. This thread here is about "less than", which is also brought up, among other comparison ops, in the issue thread.<:-)
<$list filter="[tag[blah]has[year](somehow)year<19]">
</$list>
<$list filter="[tag[blah]has[year]]">
<$vars year={{!!year}}>
<$reveal default=<<year>> type="lt" text="19">
content/actions if field "year" has a value that is less than 19
</$reveal>
</$vars>
</$list>