Unify definition of filters/suggestions in webapp
View options
- Truncate descriptions
Created by: attfarhan
Currently, we define the list of valid filters in three different places: SuggestionTypes enum, FilterTypes enum, FILTERS list in the frontend query parser.
We should have a canonical list of filters, which makes any functionality using filters actually testable.