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
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
I saw this gif on reddit and I just had to recreate it!
http://i.imgur.com/Mx1bZ2f.gif
Forked from xposedbones's Pen Mesmerizing.
Forked from xposedbones's Pen Mesmerizing.