query particula property value contains jcr query builder
hi,
I want to ask a question.
I want to search for a particular sub-string across all the property's values across all nodes starting from a rootnode.
How to build the query for this?
i need to return all the instances where the jcr:links property contains /catalog/menu .
The below is not returning anything, please let me know.
type=cq:Page
property=jcr:links
property.value=/catalog/menu"
p.hits=full
path=/content
Thanks