mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-17 15:03:18 +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
|
||||
String baseURL = request.getContextPath()
|
||||
+ searchScope
|
||||
+ (searchScope != "" ? "/handle/" + searchScope : "")
|
||||
+ "/simple-search?query="
|
||||
+ URLEncoder.encode(query,"UTF-8")
|
||||
+ httpFilters
|
||||
|
Reference in New Issue
Block a user