Hi all,
Ive defined a search results render settings, using as base the StandardSearchResultRenderer, using not rnd:documentabstract but rnd:description in Displayed Properties field. My goal is to display in <b>bold</b> the word or phrase, in the search result, that matches the search string.
Regards,
Manuel
Hi,
Try in this link:
http://help.sap.com/saphelp_nw2004s/helpdata/en/79/a1d23e6b2c3d67e10000000a114084/frameset.htm
Patricio.
Hi Manuel,
>> to display in bold the word or phrase
In the default UIs this should happen anyhow in:
a) the content snippets in the search result list
b) the HTML version (not bold, but color-highlighted) of a retrieved file
Where else do you want hits to be rendered bold?
In the original file (MS-Office, PDF,...)?
That's not easy, if not impossible, as you'd have to hand the search information from KM/TREX to the desktop application which opens the file.
Regards,
Karsten
Thank you both, Patricio & Karsten.
I get bold in the Search Result Page when using the rnd:documentabstract, it works. But if I change it to use rnd:description, no bolds.
This is my Displayed Properties string: sed:sed_title(contentLink)+sed:sed_show_as_icon,sed:sed_publication_date(alignLeft),description(noTitle/[2;1]/space-top=0/space-bottom=5/space-right=10). The collection renderer is the default SearchResultListRenderer.
What I'm missing?
Manuel
Add a comment