$maxFieldName =
$this->queryAliasMapper->
getShortAlias('priceMax'
) ?? 'priceMax';
$facet =
$criteria->
getFacet('price'
);
if ($facet instanceof PriceFacet && !
empty($facet->
getLabel())) { $label =
$facet->
getLabel();
} else { $label =
$this->snippetManager
->
getNamespace('frontend/listing/facet_labels'
) ->
get('price', 'Price'
);
} return new RangeFacetResult( 'price',
$criteria->
hasCondition('price'
),
$label,
$min,
$max,
$activeMin,
$activeMax,
$minFieldName,
$maxFieldName,
[],
null,