/**
  * __construct
  *
  * @param   string  $field
  * @param   string  $value
  * @param   string  $config     Naam van een test search config zoals
  * gekend door postgres.
  * @return void
  */
 public function __construct($field, $value, $config = 'dutch')
 {
     parent::__construct(null, $field, $value);
     $this->config = $config;
 }