Rename tag-id in Pages
Hi Community,
In one of the components. Input is a list of tag paths based on the tags input. All the articles that have this tag are pulled out and displayed as featured articles. CLIENT HAS SUDDENLY RELOCATED / renamed a few no.of tags in PROD Directly. Now, in the component the input she gave the location of the new tags. It pulls pages that were created post this tag renaming. But not the old pages, since the repository has already saved the old tag-id and when Lucene search looks into the pages with the new tag-id, it is not found and therefore old pages are not returned. She says the pages should know about the relocation and Lucene has to pick old pages too.
I know we can write out a script to rename tag-id in the repository level either as a servlet or fiddle script. But is there any other way/tool to immediately do this in PROD Directly?