You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2014/11/03 12:36:34 UTC

[jira] [Created] (OAK-2249) Aggregate/Lucene fails in applying a mix of "and", "or" conditions

Davide Giannella created OAK-2249:
-------------------------------------

             Summary: Aggregate/Lucene fails in applying a mix of "and", "or" conditions
                 Key: OAK-2249
                 URL: https://issues.apache.org/jira/browse/OAK-2249
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: query
    Affects Versions: 1.2
            Reporter: Davide Giannella
             Fix For: 1.2


When performing a query like 

{noformat}
        //element(*, test:Asset)[
            (
                jcr:contains(., 'summer')
                or
                jcr:content/metadata/@tags = 'namespace:season/summer'
            ) and
                jcr:contains(jcr:content/metadata/@format, 'image')
            ]

{noformat}

The Lucene/Aggregate returns as well nodes that does not match all the
criterias.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)