Skip to content

Commit c3bccc1

Browse files
committed
Merge remote-tracking branch 'origin/MC-18165' into 2.3-develop-pr80
2 parents b41b957 + 376a2b5 commit c3bccc1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ protected function _renderFiltersBefore()
425425
return;
426426
}
427427

428-
if ($this->searchRequestName != 'quick_search_container'
428+
if ($this->searchRequestName !== 'quick_search_container'
429429
|| strlen(trim($this->queryText))
430430
) {
431431
$this->prepareSearchTermFilter();

0 commit comments

Comments
 (0)