Skip to content

Commit

Permalink
Allow filtering by blank items. (#2016)
Browse files Browse the repository at this point in the history
Fixes CV2-5156.
  • Loading branch information
caiosba authored Aug 30, 2024
1 parent 9a30cf1 commit 326cccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/check_search.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 326cccd

Please sign in to comment.