Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Kentico CMS search results View modes: 
User avatar
Member
Member
srgadde-nisum - 10/11/2011 5:00:51 AM
   
Kentico CMS search results
Hi,

I'm using CMS Search 4.0 for our website. I need the results in the form of Title and Summary. Its like,

Title:
Summary:

Title:
Summary:

....

How to customize my Search Results so that it shows Summary??
We are using CMS version 4.0.
ASAP



User avatar
Member
Member
kentico_michal - 10/11/2011 6:31:22 AM
   
RE:Kentico CMS search results
Hello,

Since you have search results transformation under control, you can change it according to your requirements and display only field you want. Some related information can be found here: Search engine overview

Best regards,
Michal Legen

User avatar
Member
Member
srgadde-nisum - 1/13/2012 6:29:58 AM
   
RE:Kentico CMS search results
hi,

we have changed the transformation, but we are unable to find the field with which we can get the summary or description of the page.

Can you tell us the field where we can get summary or description.

User avatar
Member
Member
kentico_michal - 1/16/2012 3:11:10 AM
   
RE:Kentico CMS search results
Hello,

You can use the GetSearchValue method in the search results transformation to get the content of any document field:

<%# GetSearchValue("FieldName") %>


Best regards,
Michal Legen

User avatar
Member
Member
srgadde-nisum - 1/19/2012 9:29:08 AM
   
RE:Kentico CMS search results
When we apply the above mentioned method it is not returning any results for the search
Does Kentico 4.0 support the above methods?

User avatar
Member
Member
kentico_michal - 1/20/2012 2:44:02 AM
   
RE:Kentico CMS search results
Hello,

This method is available in Kentico CMS 4.0 so it should be possible to use it.
What field are you trying to display?
Moreover, could you please check the Event log if there is any log related to this issue [Site manager -> Administration -> Event log].

Best regards,
Michal Legen