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 c3526aa + f93b835 commit 1ff08c4Copy full SHA for 1ff08c4
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