mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 23:13:10 +00:00
Merge pull request #485 from kshepherd/DS-1779
[DS-1779] - Pagination link error in JSPUI discovery search
This commit is contained in:
@@ -432,7 +432,7 @@ else if( qResults != null)
|
|||||||
|
|
||||||
// create the URLs accessing the previous and next search result pages
|
// create the URLs accessing the previous and next search result pages
|
||||||
String baseURL = request.getContextPath()
|
String baseURL = request.getContextPath()
|
||||||
+ searchScope
|
+ (searchScope != "" ? "/handle/" + searchScope : "")
|
||||||
+ "/simple-search?query="
|
+ "/simple-search?query="
|
||||||
+ URLEncoder.encode(query,"UTF-8")
|
+ URLEncoder.encode(query,"UTF-8")
|
||||||
+ httpFilters
|
+ httpFilters
|
||||||
|
Reference in New Issue
Block a user