From 326cccd5c1dcfa2415432cb08165c55532acd70f Mon Sep 17 00:00:00 2001 From: Caio Almeida <117518+caiosba@users.noreply.github.com> Date: Fri, 30 Aug 2024 12:19:40 -0300 Subject: [PATCH] Allow filtering by blank items. (#2016) Fixes CV2-5156. --- lib/check_search.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/check_search.rb b/lib/check_search.rb index d8707e31a..126b37168 100644 --- a/lib/check_search.rb +++ b/lib/check_search.rb @@ -172,7 +172,7 @@ def should_hit_elasticsearch? end def media_types_filter - MEDIA_TYPES & @options['show'] + [MEDIA_TYPES, 'blank'].flatten & @options['show'] end def get_pg_results