Commit a05ec074d985c4c34e274c0472531d36033e2085
1 parent
50561084
Exists in
master
and in
29 other branches
ActionItem862: hardcoding 2000 as limit instead of 1200.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/controllers/public/search_controller.rb
@@ -116,7 +116,7 @@ class SearchController < PublicController | @@ -116,7 +116,7 @@ class SearchController < PublicController | ||
116 | def limit | 116 | def limit |
117 | searching = @searching.values.select{|v|v} | 117 | searching = @searching.values.select{|v|v} |
118 | if params[:display] == 'map' | 118 | if params[:display] == 'map' |
119 | - 1200 | 119 | + 2000 |
120 | else | 120 | else |
121 | (searching.size == 1) ? 20 : 6 | 121 | (searching.size == 1) ? 20 : 6 |
122 | end | 122 | end |