<$list filter="[tag[Meeting]contains:participants[JaneDoe]!sort[at]]">
<<currentTiddler>><br>
</$list>
Note the use of the contains:
operator rather than the field:
operator. If we used field:
, then a meeting whose participants
field included both Jane and someone else, like JaneDoe ChrisSmith
, would not match.