Hi,

How do I find documents that have more than one value in a field?

Example:

<doc>
   <arr name="color">
        <str>blue</str>
        <str>red</str>
   </arr>
</doc>

Vincent Vu Nguyen


Reply via email to