Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2009 at 21:53 UTC
Updated:
7 Oct 2009 at 10:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
emackn commentedThis patch just moves the params['start'] paging setting down below the hook call.
Comment #2
Jaza commentedI needed to expose $params['rows'], to allow users to change the no. of results per page through a custom search form.
Applying this patch allowed me to do this. Patch works and is needed.
Comment #3
robertdouglass commentedThanks, committed to both branches.