From 8563a7b1c5dadaf06d32080099493d51854768d0 Mon Sep 17 00:00:00 2001 From: Caio <117518+caiosba@users.noreply.github.com> Date: Fri, 30 Aug 2024 00:54:47 -0300 Subject: [PATCH] Allow filtering by blank items. 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