Prefilter on record lists for multivalued attributes

Hello everyone, I’m using Corteza 2024.9.5, and the prefilter on record lists for multivalued attributes only works on the first value. Here are some screenshots showing this behavior.

Here is the data without any filter:

Here is the filter:

In the results produced by the filter, the rows where the value of the ‘Réalisateurs’ field matches the current user (‘Charge etude DLD 1’ in this case) are missing when that value is not in the first position.

1 Like

Does the behavior differ from what is written here?

1 Like

What Jože said you’ll need to use the IN operator for multi-value fields (if you want to take all the values into account)

Thank you for your response, but as stated in the documentation, both options (users = ${userID} and 'A' NOT IN users) are supposed to be valid. If the first one isn’t, it would be a good idea to remove it from the documentation, as it causes confusion.