Skip to main content

Posts Tagged ‘result types’

SP2013 Search Display Templates Semi-Deep Dive

If you’ve stumbled around display templates in SharePoint 2013 Search, you’ve probably run into these following JavaScript do-dads: ctx.RenderBody(ctx)  -> (standard search results Display Template) ctx.RenderBody(ctx)   -> (hover panel Display Template) ctx.RenderFooter(ctx)  -> (hover panel Display Template) ctx.RenderHeader(ctx) –> (hover panel Display Template) You can find these methods on items such as Item_Default.html, Item_PDF.html, Item_Word.html, […]

SP2013 Search –Display Templates Overview (Part 1)

“A Fond Farewell to .xslt” If you’re a SharePoint Search developer, or are heavily involved in Search in SharePoint, I believe that you will be pleasantly pleased with some of the changes that should make developing on the SharePoint 2013 platform simpler. However, the downside in this case is that all of that wonderful work […]