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 b58e944 commit 639e289Copy full SHA for 639e289
app/code/Magento/AdvancedSearch/Model/ResourceModel/Index.php
@@ -107,6 +107,7 @@ protected function _getCatalogProductPriceData($productIds = null)
107
$this->tableResolver->resolve('catalog_product_index_price', $dimensions),
108
['entity_id', 'customer_group_id', 'website_id', 'min_price']
109
);
110
+ $select->where('min_price IS NOT NULL');
111
if ($productIds) {
112
$select->where('entity_id IN (?)', $productIds);
113
}
0 commit comments