ACS Commons tag report is showing "moved" tags in the exported Report. | Community
Skip to main content
New Participant
November 29, 2021
Solved

ACS Commons tag report is showing "moved" tags in the exported Report.

  • November 29, 2021
  • 2 replies
  • 568 views

ACS Commons tag report is showing a version of tags before certain tags were "moved". Is there any way by which we can remove the moved tags from acs commons tags report?

 

Scenario:
I have a Tag "ABC". This tag ABC is used somewhere, when i move this tag to new location, a new property is added in crxde 

and new tag is also created at the new location with one additional property

Now, when we are generating tag report using acs commons ABC tag is appearing at two places one is at the old location and other at the moved location.

Can we somehow ignore the old location while generating this report? 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by TarunKumar

HI @divya_rathi_07 ,

You can try to write your own custom query wherein you can check for the property "cq:movedTo" and based on that ignore the old tags.


Thanks
Tarun

2 replies

kautuk_sahni
Employee
February 8, 2024

@divya_rathi_07 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni
TarunKumar
TarunKumarAccepted solution
New Participant
February 7, 2024

HI @divya_rathi_07 ,

You can try to write your own custom query wherein you can check for the property "cq:movedTo" and based on that ignore the old tags.


Thanks
Tarun