If you have a list that contains sentences [“Dorthraki language”, “Ktulhu Monster lives in”] and you are searching for text chunk with the operator ContainsAny, is it supposed to match the text chunks only if the full phrase is in the text or also if the text contains a partial match for the string in the list? (like the text chunk doesn’t contain “Dorthraki language” but contains the word “Dorthraki”, is it supposed to match?)
Thanks!