Hi Team,
I have a situation like need to pull a report which pages are having the DAM specific folder URLs. I am able to pull that by using the query builder. By using the below query
path=/content/*
fulltext=/content/dam/*
p.limit=-1
But in results, I am getting only
[
I wanted to add extra result field to this query. If yes how I can do it. For example images in JCR:content stored like below.
small:
{
I would like to get the fileRefernce property in that query .
Or
Is there anyway Can I get the report of DAM images which are used in the pages?
Thanks In Advance
Solved! Go to Solution.
Views
Replies
Total Likes
I am able to solve it by adding the hits and extra fields to the JSON results kind of like this
fulltext=*&p.limit=-1&path=*&p.hits=selective&p.properties=sling:resourceType%20jcr:primaryType%20jcr:title%20jcr:path%20/fileReference/&property=jcr:title
This thread helped me to resolve the issue quickly
Thanks :)
I am able to solve it by adding the hits and extra fields to the JSON results kind of like this
fulltext=*&p.limit=-1&path=*&p.hits=selective&p.properties=sling:resourceType%20jcr:primaryType%20jcr:title%20jcr:path%20/fileReference/&property=jcr:title
This thread helped me to resolve the issue quickly
Thanks :)
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies