Merge pull request #485 from kshepherd/DS-1779

[DS-1779] - Pagination link error in JSPUI discovery search
This commit is contained in:
kshepherd
2014-02-21 10:34:12 +13:00

View File

@@ -432,7 +432,7 @@ else if( qResults != null)
// create the URLs accessing the previous and next search result pages
String baseURL = request.getContextPath()
+ searchScope
+ (searchScope != "" ? "/handle/" + searchScope : "")
+ "/simple-search?query="
+ URLEncoder.encode(query,"UTF-8")
+ httpFilters