<a style="font-weight: 700;" href='<%# SearchResultUrl() %>'>
<%#SearchHighlight(HTMLHelper.HTMLEncode(CMS.Base.Web.UI.ControlsHelper.RemoveDynamicControls(DataHelper.GetNotEmpty(Eval("Title"), "/"))), "", "")%>
<%-- Search result content --%>
<%#SearchHighlight(HTMLHelper.HTMLEncode(TextHelper.LimitLength(HttpUtility.HtmlDecode(HTMLHelper.StripTags(CMS.Base.Web.UI.ControlsHelper.RemoveDynamicControls(GetSearchedContent(DataHelper.GetNotEmpty(Eval("Content"), ""))), false, true, " ", "@", "")), 280, "...")), "<span style='background-color: #FEFF8F'>", "")%>
<%-- Relevance, URL, Creattion --%>
Relevance
<div title="Relevance: <%# Convert.ToInt32(ValidationHelper.GetDouble(Eval(" Score"), 0) * 100) %>
%"
style="width: 50px; border: solid 1px #aaaaaa; margin-top: 10px; margin-right: 6px; margin-left:3px; float: left; color: #0000ff; font-size: 2pt; line-height: 4px; height: 4px;">
<div style='<%# "background-color:#a7d3a7;width:" + Convert.ToString(Convert.ToInt32(ValidationHelper.GetDouble(Eval("Score"), 0) * 50)) + "px;height:4px;line-height: 4px;" %>'>
</div>
</div>
</div>
</div>
<%-- URL --%>
<span style="color: #EA961C">
<div class="row">
<div class="col-sm-12 search-relevance">
<div>
Page Path: <%# SearchHighlight(SearchResultUrl(),"<strong>","</strong>")%>
</div>
</div>
</div>
</span>
<%-- Creation --%>
<div class="row">
<div class="col-sm-12 search-relevance">
<div>
Created On: <span style="color: #2B3E85; font-size: 9pt; margin-left:3px;">
<%# GetDateTimeString(ValidationHelper.GetDateTime(Eval("Created"), DateTimeHelper.ZERO_TIME), true) %>
</span>
</div>
</div>
</div>
<hr />
</div>
If there is any more in depth documentation on this subject, can you provide the links.
Thank you.