Skip to content

Commit f622c08

Browse files
committed
Merge remote-tracking branch 'origin/AC-13596' into spartans_pr_02012025
2 parents 68e66bd + a4ad259 commit f622c08

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All rights reserved.
55
*/
66
namespace Magento\CatalogSearch\Model\ResourceModel;
77

@@ -64,7 +64,7 @@ protected function _construct()
6464
*/
6565
public function prepareCondition($attribute, $value)
6666
{
67-
$condition = $value;
67+
$condition = false;
6868

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

0 commit comments

Comments
 (0)