Documents Facets

Body
{{#if facetsRestricted}}
{{#each facetsRestricted}}
  • {{heading}}
      {{#ifCond @key "==" "Date"}} {{{parseAndSortDates this}}} {{else}} {{#each data}}
    • {{paramValue}}
    • {{/each}} {{/ifCond}}
{{/each}}
{{/if}} {{#ifCond isAnyFacetActive "==" "true"}}

Filter Results

{{#if facetsRestricted}}
    {{#each facetsRestricted}} {{#ifCond @key "==" "Published Date"}} {{#each data}} {{#if filterSelected}}
  • {{{withoutFacetValueUrl paramName paramValue friendlyRequestUrl friendlyName true}}}
  • {{/if}} {{/each}} {{else}} {{#each data}} {{#if filterSelected}}
  • {{{withoutFacetValueUrl paramName paramValue friendlyRequestUrl friendlyName}}}
  • {{/if}} {{/each}} {{/ifCond}} {{/each}}
{{/if}} {{#ifCond isAnyFacetActive "==" "true"}} Clear All Filters {{/ifCond}}
{{/ifCond}}