Skip to content

Commit

Permalink
Restore main contributors facet
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar authored and bkeese committed Mar 2, 2015
1 parent b654027 commit 5904606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Expand Up @@ -69,7 +69,7 @@ class CatalogController < ApplicationController
# facet bar
config.add_facet_field 'format_sim', label: 'Format', limit: 5, collapse: false
# Eventually these need to be merged into a single facet
config.add_facet_field 'creator_sim', label: 'Main contributor', limit: 5
config.add_facet_field 'creator_ssim', label: 'Main contributor', limit: 5
config.add_facet_field 'date_sim', label: 'Date', limit: 5
config.add_facet_field 'genre_sim', label: 'Genres', limit: 5
config.add_facet_field 'collection_ssim', label: 'Collection', limit: 5
Expand Down

0 comments on commit 5904606

Please sign in to comment.