Trouble comparing fields of 2 separate index

Hi All,

Need advise in creating a watch which will compare 2 text fields present in 2 different indexes. Condition is if any word present in field of 2nd index is found in field of 1st index, it should alert.
Eg -
Index 1 have field -
"response" : "Hi this is just test"
Index 2 have field -
"response": "test to check if matches"

It should alert because "test" is present in both field of different index.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.