Hi, I have a multi-value field, and there is a limited set of values for the field: A, B, C, D. Is there a way to filter out documents that has only A or B values in the multi-value field?
Basically I want to exclude document that has: A B A B and get documents that has: C D C D A C B C A D B D A B C A B D A C D B C D A B C D Thanks, Wei