In a document where property p stores an array, what expression do I use in the WHERE clause to find all documents whose property p EQUALS a given array?
Does it differ as to what type in the array?
Also, can I index this property and expect the usual performance gains of an indexed property?
Thanks
-nat