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.
2 parents 68e66bd + a4ad259 commit f622c08Copy full SHA for f622c08
app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2011 Adobe
+ * All rights reserved.
5
*/
6
namespace Magento\CatalogSearch\Model\ResourceModel;
7
@@ -64,7 +64,7 @@ protected function _construct()
64
65
public function prepareCondition($attribute, $value)
66
{
67
- $condition = $value;
+ $condition = false;
68
69
if (is_array($value)) {
70
if ($attribute->getBackendType() == 'varchar') { // multiselect
0 commit comments