-
Bug
-
Resolution: Done
-
Major
-
3.1.0.Final
-
None
The following full text search query using bind variable
SELECT a.* FROM [my:a] AS a WHERE CONTAINS(a.*,$expression)
Results in a such exception
The JCR-SQL2 query "SELECT a.* FROM [my:a] AS a WHERE CONTAINS(a.*,$expression) is not well-formed: Expecting ")" but found "expression" at line1, column x: a.*,$===>> expression)
According to JCR spec usage of bind variable in CONTAINS is allowed.