On 21/10/2014 22:08, Adrien Lamoureux wrote:
> ...
> String statement = "select * from \"nt:unstructured\" as theNode where
> ISDESCENDANTNODE('/searchpath') and contains(theNode.*,'teststring')";
> ...
Shouldn't it be
SELECT * FROM [nt:unstructured] AS theNode
WHERE ISDESCENDANTNODE('...')
AND CONTAINS(...)
notice the '[]' rather than the '"'.
D.
