Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am admjls on github.
  • I am admjls (https://keybase.io/admjls) on keybase.
  • I have a public key ASAUAxC8E27Oa6DbAPMv6LFDtWqlotE0qbeZ_439v56i1wo

To claim this, I am signing this object:

@admjls
admjls / JcrQueryLibrary.md
Created June 26, 2019 19:23 — forked from floriankraft/JcrQueryLibrary.md
Some useful JCR queries (XPATH, SQL2) for AEM/CQ development.

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

@admjls
admjls / test
Created November 22, 2017 17:46
asdf