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.
2 parents 8a5bbd8 + f5b8938 commit 2a492bdCopy full SHA for 2a492bd
lib/blacklight/solr/search_builder_behavior.rb
@@ -239,8 +239,6 @@ def add_solr_fields_to_query solr_parameters
239
# copy paging params from BL app over to solr, changing
240
# app level per_page and page to Solr rows and start.
241
def add_paging_to_solr(solr_params)
242
- rows(solr_params[:rows] || 10) if rows.nil?
243
-
244
solr_params[:rows] = rows
245
246
solr_params[:start] = start if start.nonzero?
0 commit comments