Is there a way, in 1 filter, to get all tiddlers tagged “event” where a title field, named “people”, contains any one (or more) values from a title list field (named personlist) in the current tiddler.
I use this to find a single match, where personlist has only 1 title.
[tag[event]contains:people{!!personlist}]
Eg. I know this is not the correct usage of the match operator, but I want to try and illustrate what I want.
[tag[event]match:people{!!personlist}]
Any ideas?