Query to compare between lists

Hi,

I need to have a field, say "tags", in indexed document which has a list value. I have the same field in request at query time, "tags", which again has a list value.
Could someone please help me with query, and also indexing if something special is to be done at that time to make the things happen, to match such that we select only those documents whose "tags" have a non-empty intersection with "tags" in request.

Thanks.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.