We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1732d42 + 0c11c05 commit 12c22f3Copy full SHA for 12c22f3
app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php
@@ -221,7 +221,7 @@ private function getSelectForSearchableProducts(
221
$lastProductId,
222
$batch
223
) {
224
- $websiteId = $this->storeManager->getStore($storeId)->getWebsiteId();
+ $websiteId = (int)$this->storeManager->getStore($storeId)->getWebsiteId();
225
$lastProductId = (int) $lastProductId;
226
227
$select = $this->connection->select()
0 commit comments