pyrrha
pyrrha copied to clipboard
Go to link on search page is broken
Describe the bug The Go to link on the search page is broken when one of the filter is set to None
AttributeError: 'NoneType' object has no attribute 'replace'
The faulty line in app/utils/forms.py", line 65, in column_search_filter:
value = value.replace('¤$¤', '*')
To Reproduce Steps to reproduce the behavior:
- Go to the search page
- Click on the Go to link
Expected behavior The empty filter should be ignored earlier in the search algorithm