Hi,When I am rolling out a blueprint, I can see that there are multiple nodes created within my Live Copy with the sling:resourceType as wcm/msm/components/ghost. Can anyone please explain when and why are they being created?They are being created as duplicate nodes to my existing structure.Thanks,H...
Hi All,I have raised a bug for TagManager.FindResults findByTitle(String title) method and it has been escalated. While trying another approach I came through Tag resolveByTitle(String tagTitlePath) method. I tried using this but method but this returns null for any Tag title I use. On going through...
Hi, Can anyone please explain why tagManager.resolveByTitle("Celebrations & Holidays"); not working? The API states that it uses Title Path property. Can you please explain what it is? Thanks in advance.
Hi,I am writing a piece of code that uses the title to fetch the corresponding Tag. I am facing issues for tags with & sign. Example: String tagTtitle = "Celebrations & Holidays"; FindResults result = tagManager.findByTitle(tagTtitle) Tag[] tagArr = result.tags; for(Tag ta...
HI All, I got the problem solved using the below query: type = cq:Pagegroup.1_group.1_group.path=/content/path1group.1_group.2_group.property= jcr:content/cq:tagsgroup.1_group.2_group.property.value = geometrixx-media:eventsgroup.1_group.p.and=truegroup.2_group.1_group.path=/content/path2group.2_gro...
Amit_Kumar wrote... Amit_Kumar wrote... Har.Khandelwal wrote... HI Jaison, Thanks for the help. Tried this as well, this only searches in the one path, not on the second. The predicate generated is {1_path=path: path=/content/geometrixx/en/products, property=jcr:content/cq:tags...