Hello,
I've created a custom smart search index as described
here. I added several fields to the search document by using the SearchHelper.AddField(doc, "MyName", "MyValue", true, false) function.
How do I show these fields in the transformation of the Smart Search Results webpart?
<%#GetSearchValue("MyName")%>
doesn't seem to work. Do I need to define the field names somewhere?
Regards,
Martijn