I'm trying to return a Page Property value (MetaDescription) which is in my extended SitePageData Model instead of the example @item.DisplayText.TruncateAtWord(50) as the latter is returning H1 and H2 tags and other data that is non-descript in search results, but cannot see a way to get a handle on the page in the search results to get this property value to display.
Is there a way to do this within the confines of EPiServer Search?
I'm trying to return a Page Property value (MetaDescription) which is in my extended SitePageData Model instead of the example @item.DisplayText.TruncateAtWord(50) as the latter is returning H1 and H2 tags and other data that is non-descript in search results, but cannot see a way to get a handle on the page in the search results to get this property value to display.
Is there a way to do this within the confines of EPiServer Search?
Many thanks in advance