Davide Giannella created OAK-2146:
-------------------------------------
Summary: wrong plan and resultset for PropertyIndex and
multi-value properties with mixed OR+AND
Key: OAK-2146
URL: https://issues.apache.org/jira/browse/OAK-2146
Project: Jackrabbit Oak
Issue Type: Bug
Components: core, query
Affects Versions: 1.0, 1.1
Reporter: Davide Giannella
Assignee: Davide Giannella
Fix For: 1.1
When querying an indexed property on a multi-value fields and asking
to retrieve nodes with 2 values in 2 variants (see query below) no
results are returned
{noformat}
//*[
(@property = 'a' or @property" = 'c')
and
(@property = 'b' or @property = 'd')]
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)