Description
When executing a query like
SELECT * FROM [nt:unstructured] WHERE ISDESCENDANTNODE([/test]) AND NOT CONTAINS(foo, 'bar')
and the nodeType index plays the not clause is not applied properly. Nodes *with* the property are returned as well.
test showing the bug.