Somebody has encountered an issue in combination with Sulu: sulu/sulu-standard#536 (comment)
I could track down the problem to the fact that this ISDESCENDANTNODE function does not work correctly, when the path contains a dot. So the following query returns nothing, although the node at the given path has child nodes:
SELECT * FROM [nt:unstructured] AS page WHERE ISDESCENDANTNODE(page, '/cmf/htl.do/contents');
I guess this should be working, since the dot doesn't have any special meaning (at least none that I am aware of), and this query works like a charm when used with jackrabbit.
Somebody has encountered an issue in combination with Sulu: sulu/sulu-standard#536 (comment)
I could track down the problem to the fact that this
ISDESCENDANTNODEfunction does not work correctly, when the path contains a dot. So the following query returns nothing, although the node at the given path has child nodes:I guess this should be working, since the dot doesn't have any special meaning (at least none that I am aware of), and this query works like a charm when used with jackrabbit.