Solved
Is it possible to bind a value for ISDESCENDANTNODE in a SQL2 query?
Hi,
Neither of these queries compile:
SELECT * FROM [cq:PageContent] AS n WHERE ISDESCENDANTNODE(n, [$sitePath])
SELECT * FROM [cq:PageContent] AS n WHERE ISDESCENDANTNODE(n, $sitePath)
Am I missing something here?
Thanks.