Method: Sufia::SolrDocumentBehavior#date_created

Defined in:
app/models/concerns/sufia/solr_document_behavior.rb

#date_createdObject

Date created indexed as a string. This allows users to enter values like: ‘Circa 1840-1844’ This overrides the default behavior of CurationConcerns which indexes a date



17
18
19
# File 'app/models/concerns/sufia/solr_document_behavior.rb', line 17

def date_created
  fetch(Solrizer.solr_name("date_created"), [])
end