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 2015/09/08 11:44:45 UTC

[jira] [Created] (OAK-3371) Wrong evaluation of NOT clause

Davide Giannella created OAK-3371:
-------------------------------------

             Summary: Wrong evaluation of NOT clause
                 Key: OAK-3371
                 URL: https://issues.apache.org/jira/browse/OAK-3371
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: query
    Affects Versions: 1.3.5, 1.2.4
            Reporter: Davide Giannella
            Assignee: Davide Giannella
             Fix For: 1.3.6


When executing a query like 

{noformat}
SELECT * FROM [nt:unstructured] WHERE ISDESCENDANTNODE([/test]) AND NOT CONTAINS(foo, 'bar')
{noformat}

and the {{nodeType}} index plays the not clause is not applied properly. Nodes **with** the property are returned as well.



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