Skip to content

Commit 376a2b5

Browse files
committed
MC-18165: Quick search with two chars shows all products
1 parent 398ab0a commit 376a2b5

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)