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 7377de5 commit f93b835Copy full SHA for f93b835
app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced.php
@@ -64,7 +64,7 @@ protected function _construct()
64
*/
65
public function prepareCondition($attribute, $value)
66
{
67
- $condition = false;
+ $condition = $value;
68
69
if (is_array($value)) {
70
if ($attribute->getBackendType() == 'varchar') { // multiselect
0 commit comments