AEM Query for property with no value
I am looking for writing an AEM query using the Query Builder Debugger. My goal is to look for nodes with property "sectionEmail" and value as blank () No Value. I tried something like this below
path=/content/myproject
type=cq:Page
property=sectionEmail
property.value=
As a result I just get all the nodes with the property "sectionEmail" regardless of whther it has a value or not.
Any idea on corrections needed to make on this?
Thanks
