/**
     * @return bool
     */
    public function isFiltered()
    {
        if ( $this->showAll )
            return false;

        return parent::isFiltered();
    }