Skip to content

Commit

Permalink
remove language facet
Browse files Browse the repository at this point in the history
  • Loading branch information
mejackreed committed Nov 21, 2014
1 parent ddca040 commit dd4d18c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions lib/generators/geoblacklight/templates/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ class CatalogController < ApplicationController
config.add_facet_field 'dc_rights_s', :label => 'Access', :limit => 3
config.add_facet_field 'layer_geom_type_s', :label => 'Data type', :limit => 5
config.add_facet_field 'dc_format_s', :label => 'Format', :limit => 3
config.add_facet_field 'dc_language_s', :label => 'Language', :limit => 3


# Have BL send all facet field names to Solr, which has been the default
# previously. Simply remove these lines if you'd rather use Solr request
Expand Down
1 change: 0 additions & 1 deletion spec/features/split_view.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
expect(page).to have_css('div.panel.facet_limit', text: 'Access')
expect(page).to have_css('div.panel.facet_limit', text: 'Data type')
expect(page).to have_css('div.panel.facet_limit', text: 'Format')
expect(page).to have_css('div.panel.facet_limit', text: 'Language')
end
click_link 'Institution'
expect(page).to have_css('a.facet_select', text: 'Harvard', visible: true)
Expand Down

0 comments on commit dd4d18c

Please sign in to comment.