Skip to content

Commit

Permalink
Merge pull request #1306 from projectblacklight/5.x-fix-blacklight-ca…
Browse files Browse the repository at this point in the history
…talog-load

Remove Blacklight::Catalog::SearchHistoryWindow reference from the default Blacklight configuration
  • Loading branch information
Jessie Keck committed Nov 7, 2015
2 parents 136d374 + 6f0c253 commit 9ea16e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blacklight/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def default_values
default_per_page: nil,
# how many searches to save in session history
# (TODO: move the value into the configuration?)
search_history_window: Blacklight::Catalog::SearchHistoryWindow,
search_history_window: 100,
default_facet_limit: 10
}
end
Expand Down

0 comments on commit 9ea16e9

Please sign in to comment.