-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browse pages don't take into account sort configuration #8651
Browse pages don't take into account sort configuration #8651
Comments
This ticket sounds like it may be related to #8646 . As @mwoodiupui notes in that ticket, it appears that the I haven't had a chance to dig into this at all, but I suspect we may have some "dead code" or "dead configs" here. Things that used to work in 6.x, but no longer work in 7.x. I agree that the approach here should either be to fix them, or possibly remove the dead code/configs to replace with Discovery/Solr configuration instead. Moving this over to "Needs help" alongside that other ticket. Volunteers are welcome if anyone is interested in teasing this apart & finding a solution. |
@buithaihai : Thanks. I'll assign this to you then. Feel free to work on all 3 at once if it's easiest. |
Reassigning to @jensvannerum as he's created a PR to fix this in DSpace/dspace-angular#3741 |
Describe the bug
Browse page results aren't sorted as configured in REST
The configured sort direction is not taken into account
The sort type / order cannot be set for metadata indices, even though this should be possible [according to the documentation](https://wiki.lyrasis.org/display/DSDOC7x/Configuration+Reference#ConfigurationReference-DefiningtheIndexes)
The default configuration sorts dates in ascending order, even though the documentation mentions that
To Reproduce
Steps to reproduce the behavior:
sort=default,ASC
sort
parametersort=default,ASC
Expected behavior
General thoughts
While working on #8642 @YanaDePauw noted that browse could be replaced with discovery/Solr facets.
IMO this may be a more worthwhile time investment than maintaining it.
The text was updated successfully, but these errors were encountered: