Skip to content

Commit

Permalink
tweak config show/index comments for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Sep 8, 2011
1 parent 000d376 commit ddd7b60
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lib/generators/blacklight/templates/config/blacklight_config.rb
Expand Up @@ -24,18 +24,19 @@
:per_page => 10
}

# solr field values given special treatment in the show (single result) view
# solr field configuration for search results/index views
config[:index] = {
:show_link => "title_display",
:record_display_type => "format"
}

# solr field configuration for document/show views
config[:show] = {
:html_title => "title_display",
:heading => "title_display",
:display_type => "format"
}

# solr fld values given special treatment in the index (search results) view
config[:index] = {
:show_link => "title_display",
:record_display_type => "format"
}

# solr fields that will be treated as facets by the blacklight application
# The ordering of the field names is the order of the display
Expand Down

0 comments on commit ddd7b60

Please sign in to comment.