We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398ab0a commit 376a2b5Copy full SHA for 376a2b5
app/code/Magento/CatalogSearch/Model/ResourceModel/Fulltext/Collection.php
@@ -425,7 +425,7 @@ protected function _renderFiltersBefore()
425
return;
426
}
427
428
- if ($this->searchRequestName != 'quick_search_container'
+ if ($this->searchRequestName !== 'quick_search_container'
429
|| strlen(trim($this->queryText))
430
) {
431
$this->prepareSearchTermFilter();
0 commit comments