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 7a247b7 commit 500f7c4Copy full SHA for 500f7c4
lib/internal/Magento/Framework/Search/Request/Binder.php
@@ -73,7 +73,7 @@ private function processData($data, $bindData)
73
array_walk_recursive($bindData, function (&$item) {
74
$item = trim($item);
75
});
76
- $bindData = array_filter($bindData);
+ $bindData = array_filter($bindData, 'strlen');
77
foreach ($data as $key => $value) {
78
if (is_array($value)) {
79
$data[$key] = $this->processData($value, $bindData);
0 commit comments