Filter with input and multi values

Hello,
How to filter a request using a text field containing several values separated by a comma or a semicolon

Example with ean13 codes: 0071542321542;3384521563298;2154652122458

or in a text area type field, values with a newline as below:
0071542321542
3384521563298
2154652122458

is one of these two possibilities feasible?
Thank you

Have a look at the split formatter which is available from the magic wand.

You may also want to take a look at AutoComplete which could possibly do what you need.

Hi and thanks, but autocomplete it’s not good,

it’s good with split

my config

my example works with two values, but it will be necessary to create more variables in order to accept more

Thanks