Skip to content

Commit 7035dac

Browse files
committed
MC-19184: Quick Search is broken
1 parent 2002038 commit 7035dac

File tree

1 file changed

+4
-1
lines changed
  • app/code/Magento/CatalogSearch/view/frontend/templates

1 file changed

+4
-1
lines changed

app/code/Magento/CatalogSearch/view/frontend/templates/result.phtml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
* Copyright © Magento, Inc. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6+
7+
/** This changes need to valid applying filters and configuration before search process is started. */
8+
$productList = $block->getProductListHtml();
69
?>
710
<?php if ($block->getResultCount()) : ?>
811
<?= /* @noEscape */ $block->getChildHtml('tagged_product_list_rss_link') ?>
@@ -16,7 +19,7 @@
1619
</div>
1720
</div>
1821
<?php endif; ?>
19-
<?= $block->getProductListHtml() ?>
22+
<?= $productList ?>
2023
</div>
2124
<?php else : ?>
2225

0 commit comments

Comments
 (0)