mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 18:14:26 +00:00
Missing order parameter from page links
git-svn-id: http://scm.dspace.org/svn/repo/branches/dspace-1_5_x@2540 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -321,6 +321,7 @@ for( int q = pageFirst; q <= pageLast; q++ )
|
||||
+ "/simple-search?query="
|
||||
+ URLEncoder.encode(query)
|
||||
+ "&sort_by=" + (so != null ? so.getNumber() : 0)
|
||||
+ "&order=" + order
|
||||
+ "&rpp=" + rpp
|
||||
+ "&start=";
|
||||
|
||||
|
Reference in New Issue
Block a user