Example #1
0
 /**
  * The distinct method queries for a list of distinct values for the given
  * field for the document being queried for.
  *
  * @param string $field
  * @return QueryProxy this instance
  */
 public function distinct($field)
 {
     $this->queryChanged = true;
     return parent::distinct($field);
 }