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