Hi Everyone, I have a requirement to implement a search query where I have 3 unique values and one common value 3 unique values-> A, B, C
1 Common Value-> D I am doing something like (A and D) OR (B and D) OR (C and D) but it is not giving any search result but it should give as (C and D ) is true. @gcusello if is possible can you help?
... View more