SQL2
All nodes with a specific name
SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/search/in/path")
AND NAME() = "nodeName"All pages below content path
| // Adapt window into UI Coral 3 object | |
| let ui = $(window).adaptTo("foundation-ui"); | |
| /* API: | |
| * 1. alert: function(title, message, type) | |
| * 2. clearWait: function() | |
| * 3. notify: function(title, message, type) | |
| * 4. prompt: function(title, message, type, actions, callback) | |
| * 5. wait: function(element) | |
| * 6. waitTicker: function(title, message) |
SQL2
All nodes with a specific name
SELECT * FROM [nt:unstructured] AS node
WHERE ISDESCENDANTNODE(node, "/search/in/path")
AND NAME() = "nodeName"All pages below content path