Ahoi, I'm trying to do a query that will return all the documents that don't have a property set up for example I would like that:
SELECT * FROM [nt:unstructured] WHERE [nt:unstructured].myPropertyName IS NULL ORDER BY SCORE() DESC Will return all the docs where the property "myPropertyName" is not present. How can I write such query? Thanks, Lukas Kahwe Smith [email protected]
