Description
When performing a query like
//element(*, test:Asset)[ ( jcr:contains(., 'summer') or jcr:content/metadata/@tags = 'namespace:season/summer' ) and jcr:contains(jcr:content/metadata/@format, 'image') ]
The Lucene/Aggregate returns as well nodes that does not match all the
criterias.