Hi, I have an excel node that outputs a list of words (each one in a row), and another table with sentences in each row. Basically I want to filter out every row in the second table that does not contain one or more of the words in the first one, but I'm struggling to figure out how to do it with the actual filter nodes.
The Reference row filter seems to work only using exact matches. I tried converting the words in the reference table to *word* or (.*?)word(.*?)
but it didn't work. It's a list of ~500 words that changes periodically so I can't do it manually.
I've seen that there's a Rule Engine node with dictionary and I wonder if that could be used in this case, but still didn't figure out how to do it.
Basically the idea is to match a keywords output from another app and a threads table from my forum and see which subjects match with any word of the keyword list.
Any help, please?