Describe the bug
When you search with more than one filter and remove one from the top (not from the menu on the left), a malformed SOLR URL will be created. It incorrectly removes ",equals" from the URL, resulting in an invalid SOLR query. This happened in DSpace 7.3 and in the DSpace demo (7.4).
To Reproduce
Steps to reproduce the behavior:
-
Search with two or more filters:

-
Remove one filter from the top (click the X on the chip/badge):

-
Then:

Expected behavior
Do not remove the ,equals.
Describe the bug
When you search with more than one filter and remove one from the top (not from the menu on the left), a malformed SOLR URL will be created. It incorrectly removes ",equals" from the URL, resulting in an invalid SOLR query. This happened in DSpace 7.3 and in the DSpace demo (7.4).
To Reproduce
Steps to reproduce the behavior:
Search with two or more filters:

Remove one filter from the top (click the

Xon the chip/badge):Then:

Expected behavior
Do not remove the
,equals.