Skip to content

Commit 1ff08c4

Browse files
committed
Merge remote-tracking branch 'origin/AC-13053-v1' into spartans_pr_11102024
2 parents c3526aa + f93b835 commit 1ff08c4

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)