Skip to content

Commit e322c58

Browse files
Merge branch '2.4-develop' into 18823
2 parents 0213d58 + 455ca54 commit e322c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Model/Indexer/Fulltext/Action/DataProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ public function prepareProductIndex($indexData, $productData, $storeId)
572572
foreach ($indexData as $entityId => $attributeData) {
573573
foreach ($attributeData as $attributeId => $attributeValues) {
574574
$value = $this->getAttributeValue($attributeId, $attributeValues, $storeId);
575-
if ($value !== null && $value !== false && $value != '') {
575+
if ($value !== null && $value !== false && $value !== '') {
576576
if (!isset($index[$attributeId])) {
577577
$index[$attributeId] = [];
578578
}

0 commit comments

Comments
 (0)