Hello.
I have a vector with words (one element of vector has one word) and a vector with phrases (one element of vector has a lot of words). So, I want to find all phrases from second vector which has at least one word from first vector.
I transformed first vector to column of sets:
And I transformed second vector to column of sets (each set consists of words in original phrase):
On screenshots I marked by blue an example of result. In subset column I have set [budowa] and in collection column I see a lot of row which have element budowa inside.
But the result of Subset Matcher node is empty table:
I would appreciate some help with this problem.
Thanks