Autoselect hits per page from query.
This commit is contained in:
parent
a9a89d220b
commit
32f817e73a
1 changed files with 2 additions and 0 deletions
|
@ -320,6 +320,8 @@ public class CustomSearchController extends FreemarkerHttpServlet {
|
|||
if (queryBuilderRules != null) {
|
||||
body.put("queryBuilderRules", queryBuilderRules);
|
||||
}
|
||||
body.put(PARAM_HITS_PER_PAGE, hitsPerPage);
|
||||
|
||||
// VIVO OpenSocial Extension by UCSF
|
||||
try {
|
||||
OpenSocialManager openSocialManager = new OpenSocialManager(vreq, "search");
|
||||
|
|
Loading…
Add table
Reference in a new issue