I have a situation in which I have a list of words and I want to match them with a specific document field.
Suppose I have list [apple, orange, mango]
and have document in which I have apple is a good food as compared to mango
now I want my search query should return apple
and mango
because they exist/match with the document.
Is there any built-in function or any way I can do that could be pragmatically or using query ?