value) || ctype_digit($this->value)) { $this->query->eq(Task::TABLE.'.project_id', $this->value); } else { $this->query->ilike(Project::TABLE.'.name', $this->value); } return $this; } }