I have a table that I created by connecting to Google Sheets. I already have a filter configured and associated with this table, allowing me to apply basic filtering operations.
However, I now have a new requirement: I need to filter the table based on a fuzzy match and a list of values separated by commas. For example, I have the list "XXX, YYY, ZZZ" and I want to display all the rows in which the "Name" column contains one of these sequences.
I think using a regexp in the "search" attribute of the table may solve my problem, but I have not been able to make it work.