Minor change
This commit is contained in:
parent
eb00f1cd43
commit
7b1ed1bec6
1 changed files with 2 additions and 2 deletions
|
@ -571,8 +571,8 @@ public class SolrPagedSearchController extends FreemarkerHttpServlet {
|
|||
// of results, else the refinement links won't work correctly: if only Persons are on pg 1,
|
||||
// but there are FacultyMembers on pg 2, we still need to show the FacultyMember refinement
|
||||
// link on pg 1, which won't happen if we have retrieved only one page of results from Solr.
|
||||
query.set("start", 0);
|
||||
query.set("rows", maxHitCount);
|
||||
query.setStart(0);
|
||||
query.setRows(maxHitCount);
|
||||
|
||||
// RY Add other stuff here
|
||||
// classgroups, type params
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue