-
Notifications
You must be signed in to change notification settings - Fork 520
Open
Labels
Description
Describe the bug
Links in browse options (e.g. By Date, By Author) no longer limit results to the current collection or community on 7.x.
It looks like newer major versions of DSpace use a different URL format for browse URLs, but at least 7.x is affected since 7.6.6.
I believe this is due to removing [queryParamsHandling]="'merge'" from the browse list element template, and am able to fix the issue by re-adding that param.
To Reproduce
Steps to reproduce the behavior:
- Browse to a community or collection with items.
- Select a browse option, e.g. By Date
- Note the URLs behind the links don't include the
scopeparameter from the current community or collection. - Click any of the links. The search results will include items from across the site, not just the current community or collection.
Expected behavior
Browse links should return results limited to the current collection or community scope.
Related work
PR #2735
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🆕 Triage