Class: CatalogController

Inherits:
ApplicationController
  • Object
show all
Includes:
BlacklightAdvancedSearch::Controller, Hydra::Catalog, Hydra::Controller::ControllerBehavior, Sufia::Catalog
Defined in:
lib/generators/sufia/templates/catalog_controller.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.modified_fieldObject



14
15
16
# File 'lib/generators/sufia/templates/catalog_controller.rb', line 14

def self.modified_field
  solr_name('system_modified', :stored_sortable, type: :date)
end

.uploaded_fieldObject



10
11
12
# File 'lib/generators/sufia/templates/catalog_controller.rb', line 10

def self.uploaded_field
  solr_name('system_create', :stored_sortable, type: :date)
end

Instance Method Details

#render_bookmarks_control?Boolean

disable the bookmark control from displaying in gallery view Sufia doesn’t show any of the default controls on the list view, so this method is not called in that context.

Returns:

  • (Boolean)


284
285
286
# File 'lib/generators/sufia/templates/catalog_controller.rb', line 284

def render_bookmarks_control?
  false
end