Class: SorterView

SorterView()

A view that displays a sort controller and sets the sort order on the attached SolrResults collection.

Constructor

new SorterView()

Since:
  • 2.22.0
Source:

Extends

  • Backbone.View

Members

searchResults :SolrResults

A reference to the SolrResults collection that this sorter displays and controls.
Type:
Source:

Methods

render()

Renders the view
Source:

setSort(e)

Sets the sort order on the SolrResults when the sort is changed in the UI.
Parameters:
Name Type Description
e Event
Source: