- in total, there are two types of filters:
- input fields
- user input with auto-suggestion features for the input
- once clikedclicked, a dialogue opens with 10 suggested terms, each with a checkbox
- the checkboxes can be selected and the respective term can be added to selected filters via a "apply" button
- dropdown fields
- if if the amount of terms the user can select is rather small, a dropdown menu can be used instead of an input field
- input fields
...