Example #1
0
 /**
  * Parse the excludes from the query string
  */
 protected function parseExcludes()
 {
     if ($this->query->has('excludes')) {
         $this->query->setExcludes(explode(',', $this->query->getRaw('excludes')));
     }
 }