cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove "Search Result For ... "

Former Member
0 Kudos

Hi all,

Do you know how to remove from iView "Search Result For ..." ?

I try to change many settings and "Search Result For ... " is still visible.

http://www.toya.net.pl/~tabarka/searchresult.JPG

Thanks for help!

Andrzej Tabara

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Do you get this in the iView of a Web Dynpro Application?

If so, it seems to be a 'Text View' or'Label' UI element. Select it in the layout and change its visible property to none.

Regards,

Srinivasan T

Former Member
0 Kudos

Hi,

No, I don't get this in the iView of a Web Dynpro Application.

I make this iView in Portal Content on SAP NW Portal.

Regards,

Andrzej Tabara

former_member394902
Contributor
0 Kudos

Hi Andrzej,

You will have to remove the <i>SearchHeaderComponent</i> from the collection renderer <i>StandardSearchResultRenderer</i> in the <i>SearchResultLayoutSet</i>.

make sure that you make a copy of each of these in your own namespace and then use your layout set for displaying the search result.

If you modify the standard stuff, it will be overwritten next time you perform an upgrade.

Akhilesh