Another class of issues with boolean searches in ES (PROV 1.6, 1.7). It looks like(ca_objects.date:1970) OR (ca_object_labels.name:sunset)and(ca_objects.date:1970) AND (ca_object_labels.name:sunset)are both translated to the same query for ES, the date becomes a query filter in both cases. As a result the OR queries are incorrect. Anyone else experiencing these issues? Thanks.