-
Bug
-
Resolution: Done
-
Major
-
3.5.0.Final
-
None
The following query (workaround for MODE-2054) does not work:
SELECT p.[jcr:path] FROM [test:parent] AS p WHERE CONTAINS(p.*, 'name2') UNION SELECT p.[jcr:path] FROM [test:parent] AS p JOIN [test:Child] AS c ON ISCHILDNODE(c,p) WHERE CONTAINS(c.*, 'name2')
and results in either an exception (like IndexOutOfBoundsException) or the incorrect values being placed into the result set.
- relates to
-
MODE-2054 Invalid query results for sql with outer join and OR join criteria
- Resolved