Hello All,
I have Portal CE73 EHP1 SP8 and facing issue mentioned in note# 1653460.
Problem is that the navigation search suggestions are merged with merge-id and hence, same suggestion text appear multiple time, irrespective of the fact that each suggestion is pointing to different navigation point.
In attached screenshot, you can see that navigation point 'Buyer' is shown multiple times.
Hence, even if each suggestion points to different navigation points, it is confusing for user as he/she sees same text appearing multiple times.
To overcome this problems, I could think of 2 ways: -
1. Modify suggestions dropdown list that's shown here and for each each suggestion, locate actual navigation node and using NavigationHelper service API, get & print entire path of navigation titles.
2. Create a new Suggestions provider from copy of standard Suggestion provider code and modify setTitle method for a suggestion to display meaningful text.
To do this, I have downloaded below two folders from Portal server: -
com.sap.portal.suggestion.provider.implementation
com.sap.portal.suggestion.providers
Are these correct folder?
Any ideas/help on this issue/topic are welcome.
Thanks & Regards,
Amey