CMIS AND (conjunction) incorrectly finds no results in SOLR
I'm doing a cmis query in SOLR in Search Services 1.2 for the conjunction of two predicates.Property A is a text property and must match a regex with a fixed prefix followed by a wildcard.Property B is a datetime property and must have a null value.W...