-
Notifications
You must be signed in to change notification settings - Fork 536
Keyword links go to Subject Category browse page #5314
Copy link
Copy link
Labels
bugclaimed: eScireeScire team is working on this issue & will contribute backeScire team is working on this issue & will contribute backcomponent: Discoveryrelated to discovery search or browse systemrelated to discovery search or browse systemcomponent: Item(Archived) Item display or editing(Archived) Item display or editingusability
Metadata
Metadata
Assignees
Labels
bugclaimed: eScireeScire team is working on this issue & will contribute backeScire team is working on this issue & will contribute backcomponent: Discoveryrelated to discovery search or browse systemrelated to discovery search or browse systemcomponent: Item(Archived) Item display or editing(Archived) Item display or editingusability
Type
Projects
Status
🏗 In Progress
Describe the bug
We are working on DSpace 9.2. When I go to an item and click one of the listed keywords, it does NOT show a list of all items associated with that keyword. Instead, it bounces to the Subject Category browse page. The keyword should correspond to Subjects rather than Subject Categories. How can I deal with this issue?
Dspace-tech thread: https://groups.google.com/g/dspace-tech/c/vFYHd7dJHdM/m/_ZJ-11OyAQAJ
To Reproduce
Steps to reproduce the behavior:
browse/srsc?startsWith=[keyword]/search?startsWith=[keyword]. If a subject category was selected on browse, directed to `/search?startsWith=[keyword]&f.subject=[subject category]Expected behavior
Expect to go to a search or browse page containing items with the same keyword, which corresponds to Subjects rather than subject categories.
One solution could be simply directing the links to "/search?f.subject=[keyword]", but other possibilities might address the issue.
Related work
N/A