You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This gives me a SQL-2 query that looks like this SELECT * FROM [nt:unstructured] AS d WHERE (ISCHILDNODE(d, [/my/%/posts]) Unfortunately this is not working :(
It is worth noting that ISDESCENDANTNODE works as expected SELECT * FROM [nt:unstructured] AS d WHERE (ISDESCENDANTNODE(d, [/my/%/posts])
@dantleech was able to confirm that neither of these work with Jackrabbit in #symfony-cmf irc chat. However they should
The text was updated successfully, but these errors were encountered:
I am trying to leverage
ISCHILDNODE
with a % wildcard using the Query Builder. I am constructing my query like thisThis gives me a SQL-2 query that looks like this
SELECT * FROM [nt:unstructured] AS d WHERE (ISCHILDNODE(d, [/my/%/posts])
Unfortunately this is not working :(It is worth noting that
ISDESCENDANTNODE
works as expectedSELECT * FROM [nt:unstructured] AS d WHERE (ISDESCENDANTNODE(d, [/my/%/posts])
@dantleech was able to confirm that neither of these work with Jackrabbit in #symfony-cmf irc chat. However they should
The text was updated successfully, but these errors were encountered: