cq5 - how to filter asset and meta-data property values using query builder in aem -
type:nt:unstructured path=/content/dam/en_us node=jcr:content group.1_property=cmg_name group.1_property.operation=exists group.1_property.value=web standard
i have assets pdf , images inside \content\dam\en-us , have meta data respective assets .i want pdf or image asset metadata property values .but notable exact output.i have asset c012666.png inside jcr:cotent inside metadata.now, if give property value have pdf file.so, pls can 1 help???
if want list properties of hit have use p.hits = full. , if want list it's children have use p.nodedepth = amount_of_sublevels.
for example query http://localhost:4502/bin/querybuilder.json?p.hits=full&property=jcr%3atitle&property.value=default%20design&p.nodedepth=2
will list properties of the node called "default design" , list children of it
hope suits needs
here's documentations https://hashimkhan.in/2015/12/02/query-builder/
Comments
Post a Comment