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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2015/04/07 22:24:13 UTC

[jira] [Updated] (OAK-2249) Query with mixed full-text, "and", "or" conditions fails

     [ https://issues.apache.org/jira/browse/OAK-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger updated OAK-2249:
----------------------------------
    Fix Version/s:     (was: 1.2)

> Query with mixed full-text, "and", "or" conditions fails
> --------------------------------------------------------
>
>                 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
>            Assignee: Thomas Mueller
>             Fix For: 1.0.9, 1.1.2
>
>         Attachments: OAK-2249-test.patch
>
>
> 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)