Hi,
Thanks for your quick reply.
Above given code when i am running from QueryBuilder its showing result with no required property under node. I want result like node who have required property with null or empty value.
Thanks in Advance
I want to search pages which are having node 'contactform' and inside that property name called 'id' whose value is empty/null.
Can some one please help me with this to write a query? I struggled much to get this done.
Here is the JCR SQL2 query for this use case-
SELECT parent.* FROM [cq:Page] AS parent INNER JOIN [nt:unstructured] AS child ON ISDESCENDANTNODE(child,parent) WHERE ISDESCENDANTNODE(parent, [/content/xxx]) AND LOCALNAME(child) = 'contactform' AND child.[id] IS NULL
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.