Skip to content

Commit bc47132

Browse files
authored
Merge pull request #1661 from algolia/feature/MAGE-1134-algoliahelper-refactoring
MAGE-1134: AlgoliaHelper refactoring
2 parents d4e687a + 423f3df commit bc47132

27 files changed

+1456
-1041
lines changed

Block/Configuration.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@ public function getConfiguration()
249249
'indexName' => $coreHelper->getBaseIndexName(),
250250
'apiKey' => $algoliaHelper->generateSearchSecuredApiKey(
251251
$config->getSearchOnlyAPIKey(),
252-
$attributesToFilter
252+
$attributesToFilter,
253+
$this->getStoreId()
253254
),
254255
'attributeFilter' => $attributesToFilter,
255256
'facets' => $facets,

0 commit comments

Comments
 (0)