-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
DEV backlog
In the getFilters function, the option to determine if a text should be filtered or not is changed based on whether filters can be retrieved or not. This is a bit weird and it can cause problems, it would be better if the filter option is always fixed (e.g. if we want to try to filter, it should always be true) and if we cannot retrieve the filters then the function should return an empty list of filters to apply.