Commit a05ec074d985c4c34e274c0472531d36033e2085

Authored by Antonio Terceiro
1 parent 50561084

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 116 def limit
117 117 searching = @searching.values.select{|v|v}
118 118 if params[:display] == 'map'
119   - 1200
  119 + 2000
120 120 else
121 121 (searching.size == 1) ? 20 : 6
122 122 end
... ...