merging r4708 into trunk.
This commit is contained in:
parent
5a22f2099d
commit
75d176e263
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ if( request.getAttribute("types") != null ){
|
||||||
int hitsLength = (Integer)request.getAttribute("hitsLength");
|
int hitsLength = (Integer)request.getAttribute("hitsLength");
|
||||||
int maxHitSize = (Integer)request.getAttribute("maxHitSize");
|
int maxHitSize = (Integer)request.getAttribute("maxHitSize");
|
||||||
String basePageUrl =
|
String basePageUrl =
|
||||||
getServletContext().getContextPath() + "/search?querytext="
|
request.getContextPath() + "/search?querytext="
|
||||||
+URLEncoder.encode(request.getParameter("querytext"),"UTF-8") +
|
+URLEncoder.encode(request.getParameter("querytext"),"UTF-8") +
|
||||||
request.getAttribute("refinment");
|
request.getAttribute("refinment");
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue