Cbl 2 property array

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

We don’t currently support array literals, or using the “=“ operator with non-scalars, unfortunately.