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.
2 parents b41b957 + 376a2b5 commit c3bccc1Copy full SHA for c3bccc1
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