I am trying to do a search in CRXDE
in CQ
using the CQ
qurybuilder tool to find all node names(in the tree structure) that contain the character '#'
but am not successful. Being new to the Querybuilder
tool, I am not aware of the exact conditions to be used to do the same.
Kindly help.
I tried the following query in the /bin/querybuilder.json tool-type=nt:file&path=/content/dam/marketinghub&property=nodename&property.value=#
I think the property=nodename
part is wrong. What should I mention as property name when I have to search in the node names itself and not in any specific property of the node?