Description
The following query returns the wrong result:
SELECT * FROM [nt:unstructured] AS c WHERE ( c.[name] = 'yes' OR CONTAINS(c.[surname], 'yes') OR CONTAINS(c.[description], 'yes') ) AND ISDESCENDANTNODE(c, '/content') ORDER BY added DESC
There is a Lucene property index for the following properties: name, surname, description, added.
Internally, the FilterImpl passed to the indexes does not contains any conditions except order and path restriction.