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.
1 parent 5565a24 commit 2d20379Copy full SHA for 2d20379
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