Looks like the search suggested lists picked up all the values from page properties title/page title/navigation title fields (screenshot 1).
Can we just limit to "Title" field, and we won't have 3 duplicated suggested lists (screenshot 2)?
(screenshot 1)
(screenshot 2)
Solved! Go to Solution.
Views
Replies
Total Likes
I have created one page with Title called (jcr:title) : Debal Test Page
Page Title: Debal Test Page Bengaluru
Navigation Title: Debal Test Page Bengaluru KA
Details at CRXDE -
Then I have made useInSuggest property false at /oak:index/cqPageLucene/indexRules/cq:Page/properties/navTitle
Then I have made useInSuggest property false at /oak:index/cqPageLucene/indexRules/cq:Page/properties/pageTitle
Then I have made useInSuggest property false at
/oak:index/cqPageLucene/indexRules/cq:Page/properties/nodeName
Then I did reindexing of /oak:index/cqPageLucene [made reindex property true and after sometime it changed the status to false ]
and now I am seeing result with page title only as shown below -
Please note that this change will be applicable on entire AEM platform. Hope this will help you.
I have created one page with Title called (jcr:title) : Debal Test Page
Page Title: Debal Test Page Bengaluru
Navigation Title: Debal Test Page Bengaluru KA
Details at CRXDE -
Then I have made useInSuggest property false at /oak:index/cqPageLucene/indexRules/cq:Page/properties/navTitle
Then I have made useInSuggest property false at /oak:index/cqPageLucene/indexRules/cq:Page/properties/pageTitle
Then I have made useInSuggest property false at
/oak:index/cqPageLucene/indexRules/cq:Page/properties/nodeName
Then I did reindexing of /oak:index/cqPageLucene [made reindex property true and after sometime it changed the status to false ]
and now I am seeing result with page title only as shown below -
Please note that this change will be applicable on entire AEM platform. Hope this will help you.
If I revert all my changes then again I will be seeing search suggestion with page properties title/page title/navigation title fields as shown below -
Hi DEBAL_DAS, thank you for the answer. I tried on the stage environment, the problem was it's working on the stage author instance but stage publisher still showing duplicated titles, any idea?
Also, with CSE helped, we updated the properties value on production publishers. But both environments author and publishers instances are still picking up suggest values from title/page title/nav title.
How did you deploy those property level changes in stage AEM publish instance? Could you please do the reindexing on stage publish instance and then validate.
Please do the reindexing on production publishers during non business hours and then validate.
One question why are you implementing the same on AEM publish instance ? I want to understand functional significance here.
No, we didn't deploy anything, we updated property value directly on stage CRXDE environment.
I new to AEM, I though once we updated the property value on stage CRXDE, it should affect both author and publishers instances? The same should apply to the production, once we updated the production publisher CRXDE, it should apply both to the author and publishers instances? Please advise.