where( $this->getColumn() . '>= ' . $this->getHttpValue()['min'] . ' AND ' . $this->getColumn() . ' <= ' . $this->getHttpValue()['max'], ); return $queryBuilder; } }