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