diff --git a/dspace-jspui/src/main/webapp/search/discovery.jsp b/dspace-jspui/src/main/webapp/search/discovery.jsp index 15e1bfaf2e..0078cc1c07 100644 --- a/dspace-jspui/src/main/webapp/search/discovery.jsp +++ b/dspace-jspui/src/main/webapp/search/discovery.jsp @@ -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