/**
  * @param int $a_search_type  SHOP_CONTENT | SHOP_ADVANCED_SEARCH
  */
 private function __construct($a_search_type)
 {
     global $ilUser;
     $this->search_type = $a_search_type;
     parent::__construct($ilUser->getId());
 }
 public function ilShopSearchResult($a_search_type)
 {
     global $ilUser;
     $this->search_type = $a_search_type;
     parent::__construct($ilUser->getId());
 }