diff --git a/vendor/magento/module-shared-catalog/etc/frontend/di.xml b/vendor/magento/module-shared-catalog/etc/frontend/di.xml
index add33a2dd2..737ed3eb41 100644
--- a/vendor/magento/module-shared-catalog/etc/frontend/di.xml
+++ b/vendor/magento/module-shared-catalog/etc/frontend/di.xml
@@ -9,6 +9,9 @@
     <type name="Magento\Catalog\Model\ResourceModel\Product\Collection">
         <plugin name="productCollectionPlugin" type="Magento\SharedCatalog\Plugin\Catalog\Model\ResourceModel\Product\CollectionPlugin"/>
     </type>
+    <type name="Magento\CatalogSearch\Model\ResourceModel\Fulltext\Collection">
+        <plugin name="productCollectionPlugin" disabled="true"/>
+    </type>
     <type name="Magento\Catalog\Model\ResourceModel\Category">
         <plugin name="CatalogCategoryPlugin" type="Magento\SharedCatalog\Plugin\Catalog\Model\ResourceModel\CategoryPlugin"/>
     </type>
