


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 -