Skip to content

Commit f93b835

Browse files
committed
Added changes for advance search bug AC-13053
1 parent 7377de5 commit f93b835

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogSearch/Model/ResourceModel

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Model/ResourceModel/Advanced.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected function _construct()
6464
*/
6565
public function prepareCondition($attribute, $value)
6666
{
67-
$condition = false;
67+
$condition = $value;
6868

6969
if (is_array($value)) {
7070
if ($attribute->getBackendType() == 'varchar') { // multiselect

0 commit comments

Comments
 (0)