Index type is Pages
Analyzer type is Standard
https://pasteboard.co/GQTysUW.png
This is the transformation
<div class="post-preview search-result">
<%# IfImage("Image", "<img src='"+GetSearchImageUrl("",90)+"'>", "") %>
<div class="paragraph short search-result-content">
<p>
<a class="underline" href="<%# SearchResultUrl(true) %>">
<%# SearchHighlight(HTMLHelper.HTMLEncode(CMS.ExtendedControls.ControlsHelper.RemoveDynamicControls(DataHelper.GetNotEmpty(Eval("Title"), "/"))),"<span style=\"font-weight:bold;\">","</span>") %>
</a>
</p>
<h6 class="darker-blue"><%# FormatDateTime(Eval("Created"), "MMMM dd, yyyy ") %></h6>
<p><%# SearchHighlight(HTMLHelper.HTMLEncode(TextHelper.LimitLength(HttpUtility.HtmlDecode(HTMLHelper.StripTags(CMS.ExtendedControls.ControlsHelper.RemoveDynamicControls(GetSearchedContent(DataHelper.GetNotEmpty(Eval("Content"), ""))), false, " ")), 280, "...")),"<strong>","</strong>") %></p>
</div>
</div>