AEM 6.3 | Retrieving page references issue
Hi all,
We have the following scenario, all steps performed via JAVA API (so no editorial UI involved).
- page /content/mysite/page1/pageA is referenced by pageB (content path irrelevant).
- page /content/mysite/page1/pageA is moved to /content/mysite/page2/pageA, reference in pageB is adjusted properly (via PageManager API).
- retrieving reference for pageA now, returns an empty collection, as if it's not referenced at all.
- reference retrieval done via ReferenceSearch API.
Has anyone encountered this? Trying step 3 after a while returns the proper reference, I am not sure if Oak somehow "caches" the reference info
Thank you in advance,
Kimon
