Skip to content

Commit

Permalink
Merge db5d00a into d964bad
Browse files Browse the repository at this point in the history
  • Loading branch information
bess committed Mar 5, 2019
2 parents d964bad + db5d00a commit f590f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class CatalogController < ApplicationController
config.add_facet_field ::Solrizer.solr_name('location', :facetable), limit: 5
config.add_facet_field 'year_isim', limit: 5, range: true
config.add_facet_field ::Solrizer.solr_name('language', :facetable), limit: 5
config.add_facet_field ::Solrizer.solr_name('dlcs_collection_name', :facetable), limit: 5
config.add_facet_field ::Solrizer.solr_name('member_of_collections', :symbol), limit: 5, label: 'Collection'

# config.add_facet_field ::Solrizer.solr_name('human_readable_type', :facetable), label: 'Type', limit: 5
# config.add_facet_field ::Solrizer.solr_name('creator', :facetable), limit: 5
Expand Down
2 changes: 1 addition & 1 deletion spec/features/facet_labels_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
year_isim: [1947],
language_sim: ['No linguistic content'],
location_sim: ['LA'],
dlcs_collection_name_sim: ['Connell']
member_of_collections_ssim: ['Connell']
}
end

Expand Down

0 comments on commit f590f73

Please sign in to comment.