Skip to content

Commit

Permalink
Remove reference to Blacklight::Catalog::SearchHistoryWindow from the…
Browse files Browse the repository at this point in the history
… default blacklight configuration
  • Loading branch information
cbeer committed Nov 6, 2015
1 parent 136d374 commit 6f0c253
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 6f0c253

Please sign in to comment.