Skip to content

Commit

Permalink
Merge pull request #794 from mottiok/master
Browse files Browse the repository at this point in the history
expose more default values from blacklight_config
  • Loading branch information
cbeer committed Feb 21, 2014
2 parents 693886f + e123f03 commit 7728806
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/generators/blacklight/templates/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ class CatalogController < ApplicationController
:qt => 'search',
:rows => 10
}

# solr path which will be added to solr base url before the other solr params.
#config.solr_path = 'select'

# items to show per page, each number in the array represent another option to choose from.
#config.per_page = [10,20,50,100]

## Default parameters to send on single-document requests to Solr. These settings are the Blackligt defaults (see SolrHelper#solr_doc_params) or
## parameters included in the Blacklight-jetty document requestHandler.
Expand Down

0 comments on commit 7728806

Please sign in to comment.