/**
  * {@inheritdoc}
  */
 public function notExists($field, $value)
 {
     return $this->parser->comparison($field, 'NOT EXISTS', $this->parser->normalizeGroupValue($value));
 }