-
Bug
-
Resolution: Done
-
Major
-
3.5.0.Final
-
None
The following query should fail to parse because the '.' supplied as the first parameter of the CONTAINS function is not valid:
SELECT * FROM [nt:base] WHERE CONTAINS(., '*') order by [jcr:title] desc
The query will incorrectly parse and will execute, but it will never find any results.