core-geonetwork
core-geonetwork copied to clipboard
Link analysis filters are not preserved in the UI, but are used in the following queries
Describe the bug LInk analysis filters are not preserved in the UI, but used in the queries, what is confusing.
To Reproduce Steps to reproduce the behavior:
- Go to Admin console > Statistics and status > Records links analysis
- Execute the links analysis
- Filter by status
Valid
-> valid links are displayed, but the value selected in the filter field is cleanup --> Expected: the value is preserved - Filter by URL, writing a URL -> the results are filtered using the URL value and also the previous filter for status
Valid
. Also the value in the filter field is cleanup. - New filters use the previous values of status and URL used in the previous steps, what is confusing as are not displayed in the filter fields.
See the UI with empty filters, but the request sent contains previous values entered in the filters:
Expected behavior
Selected filter values are preserved in the UI when doing a search.