Skip to content
This repository was archived by the owner on Oct 31, 2020. It is now read-only.

Commit 65c1e31

Browse files
committed
Update field configurations; Fixes #3
1 parent baf0f60 commit 65c1e31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/controllers/catalog_controller.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ class CatalogController < ApplicationController
8787

8888
# solr fields to be displayed in the index (search results) view
8989
# The ordering of the field names is the order of the display
90-
config.add_index_field 'title_display', label: 'Title'
91-
config.add_index_field 'title_vern_display', label: 'Title'
90+
# config.add_index_field 'title_display', label: 'Title'
91+
config.add_index_field 'title_vern_display', label: 'Vernacular title'
9292
config.add_index_field 'author_display', label: 'Author'
9393
config.add_index_field 'author_vern_display', label: 'Author'
9494
config.add_index_field 'format', label: 'Format'
@@ -108,7 +108,7 @@ class CatalogController < ApplicationController
108108
config.add_show_field 'format', label: 'Format'
109109
config.add_show_field 'url_fulltext_display', label: 'URL'
110110
config.add_show_field 'url_suppl_display', label: 'More Information'
111-
config.add_show_field 'language_facet', label: 'Language'
111+
config.add_show_field 'language_facet', label: 'Language', link_to_facet: true
112112
config.add_show_field 'published_display', label: 'Published'
113113
config.add_show_field 'published_vern_display', label: 'Published'
114114
config.add_show_field 'lc_callnum_display', label: 'Call number'

0 commit comments

Comments
 (0)