//instruct the SearchClient to pull the Excerpt from the Secret_Description field SearchClient.Instance.Conventions.UnifiedSearchRegistry.ForInstanceOf<OurSecretDetailsPage>() .ProjectExcerptUsing<OurSecretDetailsPage>(specification => x => x. Secret_Description);
//instruct the SearchClient to pull the highlighted Excerpt from the Secret_Description field
Hi,
To show properties of type string in Highlighted Excerpt I am using below code:
Similarly to show XhtmlString in Highlighted Excerpt I am using
But the above display Excerpt as blank. How can I resolve it?
Thanks
Pankaj