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 58d3190 commit 04a9f10Copy full SHA for 04a9f10
app/code/Magento/Catalog/Model/ProductLink/Search.php
@@ -58,7 +58,6 @@ public function prepareCollection(
58
): \Magento\Catalog\Model\ResourceModel\Product\Collection {
59
$productCollection = $this->productCollectionFactory->create();
60
$productCollection->addAttributeToSelect(ProductInterface::NAME);
61
- $productCollection->setVisibility($this->catalogVisibility->getVisibleInCatalogIds());
62
$productCollection->setPage($pageNum, $limit);
63
$this->filter->addFilter($productCollection, 'fulltext', ['fulltext' => $searchKey]);
64
0 commit comments