def apply_to(query_scope)
    case operator
    when "="
      query_scope.visible.in_project(values)
    when "!"