Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
-
Empty show more show less
-
Kromeriz 54
-
1
Description
If node path is not enclosed in quotes then
select * from [nt:base] where [nt:base].text IS NOT NULL and ISDESCENDANTNODE([<node_path>])
query doesn't work correctly for every node.
Fix:
select * from [nt:base] where [nt:base].text IS NOT NULL and ISDESCENDANTNODE(['<node_path>'])
Checklists
Acceptance criteria