Ankush Malhotra created OAK-1405:
------------------------------------
Summary: OR of different constraints broken
Key: OAK-1405
URL: https://issues.apache.org/jira/browse/OAK-1405
Project: Jackrabbit Oak
Issue Type: Bug
Components: query
Affects Versions: 0.15
Reporter: Ankush Malhotra
There is a peculiar search bug on load 16 that 'OR' of 3 constraints is broken
but removing any one returns the results. The below query returns no results
but removing any one of 3 'OR'ed conditions returns the result.
//*[( jcr:content/metadata/@cq:tags = 'stockphotography:business' or
jcr:like(jcr:content/metadata/@cq:tags, 'stockphotography:business/%') or
jcr:content/metadata/@cq:tags = '/etc/tags/stockphotography/business') ]
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)