You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
DSpace version: 2023.02.04 and 2023.02.05
Tested on: Chrome, Opera
The functionality to filter a search result that includes a chart (pie, bar) by clicking on an element of the chart does not work if the route of the search result page does not include URL parameters.
When clicking an element of the chart, the console returns an error for trying to split the current URL string by the character "?"
Click on an element of any available chart, for example "research article" on the pie chart.
Current search result will be filtered to items with the "research article" dc.type.
Expected behavior
When clicking on the chart element, the current search results should be filtered using the value of the metadata from the chart, regardless of whether the search result page contains URL parameters or not.
Related work
None found
The text was updated successfully, but these errors were encountered:
jorgeltd
changed the title
Filter search by clicking on chart element on links with no params error
Filter search results by clicking on chart element for links with no params throws error
Oct 15, 2024
Describe the bug
DSpace version: 2023.02.04 and 2023.02.05
Tested on: Chrome, Opera
The functionality to filter a search result that includes a chart (pie, bar) by clicking on an element of the chart does not work if the route of the search result page does not include URL parameters.
When clicking an element of the chart, the console returns an error for trying to split the current URL string by the character "?"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When clicking on the chart element, the current search results should be filtered using the value of the metadata from the chart, regardless of whether the search result page contains URL parameters or not.
Related work
None found
The text was updated successfully, but these errors were encountered: