Welcome! You are close, but have a look at the description and the listed example of the LIKE function. The expression needs to be within quotes and with a wildcard pattern.
So if you use "*Bergamotto*" it will start to filter correctly
I tried and now it works, I noticed that the nodes is case sensitive, so “BERGAMOTTO” and “Bergamotto” or “bergamotto” are three different values. Is there a way to eliminate the case sensitiviness?
Hi @Giammarco_Neri , you can create another column or replace existing column values with Upper case and then use it to filter the data. That would be easy. You can achieve this using String Manipulation node.
Also please mark @ArjenEX response as solution as it answers your primary question.