I want to use the filter in angular and want to filter for multiple values, if it has either one of the values then it should be displayed.
filter
I have for
I believe this is what you're looking for:
{{ (collection | fitler1:args) + (collection | filter2:args) }}