Skip to content

Commit

Permalink
Add more model mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 29, 2018
1 parent cab71d5 commit 60c458b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/generators/blacklight/templates/elasticsearch_document.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,17 @@ def self.sortable field, type
# attribute :author_vern_display, String
# attribute :subject_addl_t, String
# facetable :subject_era_facet, String
# attribute :isbn_t, String
attribute :isbn_ssim, String
# facetable :subject_geo_facet, String
# facetable :subject_topic_facet, String
# attribute :title_series_t, String
# attribute :subtitle_t, String
attribute :subtitle_tsim, String
# attribute :title_vern_display, String
# attribute :published_vern_display, String
# attribute :subtitle_vern_display, String
# attribute :subject_t, String
# attribute :title_added_entry_t, String
# attribute :url_suppl_display, String
attribute :url_suppl_ssim, String

def to_partial_path
'catalog/document'
Expand Down

0 comments on commit 60c458b

Please sign in to comment.