Thanks @Vijayalakshmi_S for the help!I'm able to get the list of tags
now I have a few nodes under content/orders which contains jcr property
cq:tags.Is there any way I could get the list of nodes tagged with
specific tags, e.g., Pen? I tried using find method, but it's giving
null iteratorString[] tagnames={"Pen","Desk"};RangeIterator it
= tagManager.find("/content/orders",tagnames);Thanks!