Fuzzy Search On Array

Hi,

I am trying to do a fuzzy search on a CDT field which is a string array. The array is { "One"; "Five"; "Seven"; "Ten" }.

Input:

{"Five","Seven"}

Output:

Array of all those CDT items where we have {"Five"} and {"Seven"} and ("Five","Seven")

Please help me with it.

  Discussion posts and replies are publicly visible