Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Smart search results - add more fields View modes: 
User avatar
Member
Member
dfurler-liv.asn - 2/24/2011 10:10:47 PM
   
Smart search results - add more fields
Hello,

Using smart search I see I can use TITLE, CONTENT, IMAGE and DATE in the results transformation.

I have a custom document type that includes two fields I want to include in the result - CITATION and AUTHOR. I don't need a date created so I just mapped the citation to the DATE field. But I also want to include the author.

Is there any way to include another field in the result transformation, or am I stuck with just four?

Thanks,
David

User avatar
Member
Member
casey-catalysis - 2/25/2011 12:13:55 PM
   
RE:Smart search results - add more fields
Try using <%# GetSearchValue("DocumentFieldName") %> in your transformation, and put in the name of whatever field you want to display. I think that should work

User avatar
Member
Member
dfurler-liv.asn - 2/27/2011 6:48:44 PM
   
RE:Smart search results - add more fields
Hi,

Thank you very much, this was most helpful.

Regards,
David