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