We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bdddb92 + 4c17da6 commit a322b21Copy full SHA for a322b21
app/controllers/catalog_controller.rb
@@ -183,10 +183,7 @@ class CatalogController < ApplicationController
183
# SEARCH RESULTS FIELDS
184
# solr fields to be displayed in the index (search results) view
185
# 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
188
config.add_index_field Settings.FIELDS.DESCRIPTION, helper_method: :snippit
189
- config.add_index_field Settings.FIELDS.PUBLISHER
190
191
# ITEM VIEW FIELDS
192
# solr fields to be displayed in the show (single result) view
0 commit comments