Example #1
0
 /**
  * Initializes the object
  *
  * @param \Aimeos\MShop\Context\Item\Iface $context Context object
  */
 public function __construct(\Aimeos\MShop\Context\Item\Iface $context)
 {
     parent::__construct($context);
     $site = $context->getLocale()->getSitePath();
     $this->replaceSiteMarker($this->searchConfig['index.text.relevance'], 'mindte."siteid"', $site);
 }