Class: CatalogController
Class Method Summary
collapse
Instance Method Summary
collapse
#show_site_actions?, #show_site_search?
Class Method Details
.modified_field ⇒ Object
35
36
37
|
# File 'app/controllers/catalog_controller.rb', line 35
def self.modified_field
solr_name('desc_metadata__date_modified', :stored_sortable , type: :date)
end
|
.uploaded_field ⇒ Object
30
31
32
33
|
# File 'app/controllers/catalog_controller.rb', line 30
def self.uploaded_field
solr_name('desc_metadata__date_uploaded', :stored_sortable, type: :date)
end
|
Instance Method Details
#index ⇒ Object
25
26
27
28
|
# File 'app/controllers/catalog_controller.rb', line 25
def index
collection_options
super
end
|