Skip to content

Commit 0bc9019

Browse files
committed
Merge remote-tracking branch 'rani_priya_28878/28878' into comm_24157_28878
2 parents ab999dd + e75cac2 commit 0bc9019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogGraphQl/DataProvider/Product/LayeredNavigation/AttributeOptionProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function getOptions(array $optionIds, ?int $storeId, array $attributeCode
110110

111111
if (!empty($attributeCodes)) {
112112
$select->orWhere(
113-
'a.attribute_code in (?) AND a.frontend_input = \'boolean\'',
113+
'a.attribute_code in (?) AND a.frontend_input in (\'boolean\', \'price\')',
114114
$attributeCodes
115115
);
116116
}

0 commit comments

Comments
 (0)