Skip to content

Latest commit

 

History

History
124 lines (110 loc) · 4.13 KB

search.md

File metadata and controls

124 lines (110 loc) · 4.13 KB

+++ author = ["Marty Schoch"] date = "2015-06-11T16:03:09-04:00" linktitle = "Search" title = "Search" subtitle = "Search" type = "search" +++

<script id="searchResultsTmpl" type="text/x-handlebars-template">
{{#hasMultiplePages}}Page {{page}} of {{/hasMultiplePages}} {{total_hits}} results ({{searchTime}})
{{#hits}}
{{fields.title}} {{roundScore}}
{{fields.author}} on {{fields.date}}
{{#fragments}}
{{#content}}
{{{.}}}
{{/content}}
{{/fragments}}
{{/hits}}

Refine Results

{{#each facets}}
{{@key}}
{{#each terms}}
{{term}} ({{count}})
{{/each}} {{#each date_ranges}}
{{name}} ({{count}})
{{/each}}
{{/each}}
{{#hasMultiplePages}}
    {{#notOnFirstPage}}
  • « {{/notOnFirstPage}} {{#validPages}}
  • {{index}}
  • {{/validPages}} {{#notOnLastPage}}
  • »
  • {{/notOnLastPage}}
{{/hasMultiplePages}} </script> <script id="noHitsTmpl" type="text/x-handlebars-template">
Your search - {{userQuery}} - did not match any documents.
</script> <script id="searchErrorTmpl" type="text/x-handlebars-template">
Error executing search: {{msg}}
</script>