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 190e051 commit b7dce0eCopy full SHA for b7dce0e
app/code/Magento/Eav/Model/Api/SearchCriteria/CollectionProcessor/FilterProcessor.php
@@ -65,7 +65,10 @@ private function addFilterGroupToCollection(
65
) {
66
$fields = [];
67
foreach ($filterGroup->getFilters() as $filter) {
68
- if ($filter->getField() != 'search_term' && $filter->getField() != 'price_dynamic_algorithm') {
+ if ($filter->getField() != 'search_term'
69
+ && $filter->getField() != 'price_dynamic_algorithm'
70
+ && $filter->getField() != 'price.to'
71
+ && $filter->getField() != 'price.from') {
72
$isApplied = false;
73
$customFilter = $this->getCustomFilterForField($filter->getField());
74
if ($customFilter) {
0 commit comments