Can Azure search for specific values in a column and its corresponding data from other columns?
I have following scenerio where I have to check for values in a column and its corresponding values in other columns. If any one of the value is not null then need to return true. Suppose I have to check…