query->ilike(Comment::TABLE.'.comment', '%'.$this->value.'%'); $this->query->join(Comment::TABLE, 'task_id', 'id', Task::TABLE); return $this; } }