ReferenceSearch excluding properties from being adjusted
Does anyone know how to exclude certain properties from being adjusted by the ReferenceSearch class when a parent page is moved. Is there a list of excluded properties that can be configured?
Does anyone know how to exclude certain properties from being adjusted by the ReferenceSearch class when a parent page is moved. Is there a list of excluded properties that can be configured?
wrote...
If an author on the CQ author instance moves a page (renames it).
if a child page has a property referencing another child page of the page that has been moved or renamed then that reference is adjusted.
So e.g:
page1/
page2
page3 (with property legacyurl holding path to page2 e.g /page1/page2
Then if page1 is renamed to 'newpage' then page3.legacyurl = /newpage/page2
I want to stop this from happening the legacyurl property should remain /page1/page2
Why do you want to keep invalid location. Anyhow coming to original question it is not configurable. As an alternative create a custom servlet for path /bin/wcm/references and give highest ranking.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.