/**
  * @return bool
  */
 protected function isShowEmptyResults()
 {
     return $this->eavAttribute->getIsFilterable() != self::FILTERABLE_WITH_RESULTS;
 }