/**
  * Filters by "tags" only.
  */
 public function filterByTags($tags)
 {
     return parent::filterByTags($tags);
 }