Unable to create query with querybuilder
Hello,
for a project I have following folder structure:
/content/sites/dam/pic/0/111
/content/sites/dam/pic/0/11
content/sites/dam/pic/1/02
/content/sites/dam/pic/2/2222
The following x-path query works for me to grab the name of last subfolders with two characters in name: /jcr:root/content/sites/dam/pic/*/*/element(*,sling:OrderedFolder)[jcr:like(fn:name(),'__')]
I read lots of page whose explained the syntax and provided examples for query builder. It only accept one level of subnodes, even I set value of p.depth greater than one. My question: What is the conversion from above xpath query into one for querybuilder?
Thanks in advance.

