XQL query with a list of values

Hello,
Question regarding regular expression on the IS :
IS 6.1 SP1
I would like to use a list of values in order to filter the redirection of a document.
Today I use this expression in a configuration file (see the attached file):


(versionServiceUsine/modeleServiceUsine = ‘VPO0014’ or versionServiceUsine/modeleServiceUsine = ‘VPP0001’ or versionServiceUsine/modeleServiceUsine = ‘VPP0002’)
<XQL_ResultToCompare>true</XQL_ResultToCompare>

but that’s not a list like (‘VPO0014’| ‘VPP0001’ | ‘VPP0002’)…
is there a solution ?

thanks a lot for your answer.
ConfigurationFiltre.xml (8.72 KB)