To illustrate it :
I have a list with a lot of items in it which are exhaustive fruit’s names (banana, apple, orange,…)
I have another field which is a text, a recipe.
I want to create a repeating group that show the fruits’ names present in a particular recipe’s text.
I tried to to create a repeating group with list of fruits names as a source. And then to filtered them through a constraint like “The recipe text CONTAINS this text”.
Unfortunately, in the repeating group, I have ‘ban’, ‘bana’, banan’, banana, ap, app,…etc"
I think about another strategy, especially because my list of words counts thousands of terms…
I’m wondering about an API where I can point to a CSV containing all my terms and to the text to be analyzed, and the API returns the terms present both in the CSV and in the text.
Or, simplier, an API that returns expressions present in both text (my list and the text to be analyzed) ?
By chance, is any of you have heard about such an API somewhere?