diff --git a/app/chewy/statuses_index.rb b/app/chewy/statuses_index.rb index 4c8ec5f440..ca119e3779 100644 --- a/app/chewy/statuses_index.rb +++ b/app/chewy/statuses_index.rb @@ -126,7 +126,7 @@ class StatusesIndex < Chewy::Index if status.searchability == 'direct' status.searchable_by.empty? else - status.searchability == 'limited' ? status.domain.blank? : false + status.searchability == 'limited' ? status.domain.present? : false end }