Query builder for component path
Hi Team,
I have need get the all the components in particular path for example
group.p.or=true
group.1_path=/apps/FirstSiteOne/components
group.2_path=/apps/SecondSiteOne/components
group.3_path=/apps/ThirdSiteOne/components
property=jcr:primaryType
property.value=cq:Component
p.limit=-1
p.hits=selective
p.properties=jcr:title componentGroup componentCategory
I am able to get jcr:title componentGroup componentCategory but not able to get path of componenet
How i can get the path of component i tried with sling:resourceType property but in all component we don't have sling:resourceType
If any one know how we can get the path in this scenario plz help