Vikas Saurabh created OAK-6838:
----------------------------------
Summary: IS NOT NULL condition for relative properties not working
as expected
Key: OAK-6838
URL: https://issues.apache.org/jira/browse/OAK-6838
Project: Jackrabbit Oak
Issue Type: Bug
Components: query
Reporter: Vikas Saurabh
Assignee: Vikas Saurabh
Priority: Minor
Fix For: 1.8
It seems that a query like
{noformat}
SELECT * FROM [nt:base] WHERE [a/b] IS NULL
{noformat}
should return paths where there exists a child {{a}} without a property {{b}}
(this works as expected)
But, it should also return paths where there is not child {{a}} in the first
place.
[~tmueller], does this sound a reasonable expectation?
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)