We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 410fe70 commit f5b8938Copy full SHA for f5b8938
lib/blacklight/solr/search_builder_behavior.rb
@@ -216,8 +216,6 @@ def add_solr_fields_to_query solr_parameters
216
# copy paging params from BL app over to solr, changing
217
# app level per_page and page to Solr rows and start.
218
def add_paging_to_solr(solr_params)
219
- rows(solr_params[:rows] || 10) if rows.nil?
220
-
221
solr_params[:rows] = rows
222
223
solr_params[:start] = start if start.nonzero?
0 commit comments