[
https://issues.apache.org/jira/browse/OAK-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13908040#comment-13908040
]
Rishabh Maurya edited comment on OAK-1405 at 2/21/14 6:49 AM:
--------------------------------------------------------------
Right, SQL-2 conversion seems fine now. My only concern was both queries should
give same results. Will check with the latest oak-core version and update.
Thanks
was (Author: maurya):
Right, SQL-2 conversion seems fine. My only concern was both queries should
give same results. Will check with the latest oak-core version and update.
Thanks
> 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
> Assignee: Thomas Mueller
> Fix For: 0.17a
>
>
> 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)