any_operators = Array(view['conditions']['any']).map do |c|
      operator = 'is' == c.fetch('operator') ? :eql? : :!=
      key      = c.fetch('field')
      value    = c.fetch('value').to_s