where( $this->getColumn() . ' LIKE :' . $this->getParameterKey(), ); if ($this->getHttpValue() === null) { throw new FilterParameterValueIsNullException($this->field); } $queryBuilder->setParameter($this->getParameterKey(), '%' . $this->getHttpValue() . '%'); return $queryBuilder; } }