Skip to content

Commit a322b21

Browse files
authored
Merge pull request #1558 from sul-dlss/search-results-description
Just show the description for search results
2 parents bdddb92 + 4c17da6 commit a322b21

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/controllers/catalog_controller.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,7 @@ class CatalogController < ApplicationController
183183
# SEARCH RESULTS FIELDS
184184
# solr fields to be displayed in the index (search results) view
185185
# The ordering of the field names is the order of the display
186-
config.add_index_field Settings.FIELDS.INDEX_YEAR
187-
config.add_index_field Settings.FIELDS.CREATOR
188186
config.add_index_field Settings.FIELDS.DESCRIPTION, helper_method: :snippit
189-
config.add_index_field Settings.FIELDS.PUBLISHER
190187

191188
# ITEM VIEW FIELDS
192189
# solr fields to be displayed in the show (single result) view

0 commit comments

Comments
 (0)