You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'
.
Consider something like:
/content | |
/example | |
@jcr:primaryType = "nt:unstructured" | |
@jcr:title = "Outer Component" | |
@sling:resourceType = "example/components/outer" | |
/one | |
@jcr:primaryType = "nt:unstructured" | |
@jcr:title = "Inner Component One" | |
@sling:resourceType = "example/components/inner" | |
/two |
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