I need a filter that selects multiple values in a field

Hi all,

I work on the project of bruno68. I have created a tiddler who create notes, with a field “jeune” containing for example “Chloé Yanis Adam”.

Now, I have a problem. I want to create another tiddler who select with checkbox “Chloé”, “Adam” or “Yanis” and select the notes with this name in the field “jeune”.
In this tiddler, the value of choice are in a tiddler $:/temp/rapport in the field “jeune”.
Can anyone help me ?

Sorry for my bad english.

Here’s the response finally found :wink: :

<$list filter="[tag[fieldnotes]!is[system]!sort[created]search:jeune:{$:/temp/rapport!!jeune}search:educ:{$:/temp/rapport!!educ}search:tags:{$:/temp/rapport!!tags}]">