Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
When using a Lucene fulltext index with compatVersion 2, then the following query does not return any results. When using compatVersion 1, the correct result is returned.
SELECT * FROM [nt:unstructured] AS c WHERE CONTAINS(c.[jcr:description], 'abc!') AND ISDESCENDANTNODE(c, '/content')
With compatVersion 1 and 2, searching for just 'abc' works. Also, searching with '=' instead of 'contains' works.