Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Sort Libraries alphabetically.
Browse files Browse the repository at this point in the history
  • Loading branch information
redlibrarian committed Jun 20, 2015
1 parent 955be6e commit 4ee49e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def show
# :show may be set to false if you don't want the facet to be drawn in the
# facet bar
config.add_facet_field 'electronic_tesim', :label => 'Print or Online?', collapse: false
config.add_facet_field 'location_tesim', :label => 'Library'
config.add_facet_field 'location_tesim', :label => 'Library', sort: 'index'
config.add_facet_field 'lc_1letter_facet', :label => 'Call Number'
config.add_facet_field 'format', :label => 'Format'
config.add_facet_field 'pub_date', :label => 'Publication Year', :range => true
Expand Down

0 comments on commit 4ee49e7

Please sign in to comment.