diff --git a/vendor/magento/module-catalog-staging/etc/di.xml b/vendor/magento/module-catalog-staging/etc/di.xml
index 388ef94a38b..30665a21e0c 100644
--- a/vendor/magento/module-catalog-staging/etc/di.xml
+++ b/vendor/magento/module-catalog-staging/etc/di.xml
@@ -382,4 +382,11 @@
     <type name="Magento\Catalog\Model\Category">
         <plugin name="catalogStagingCategoryPlugin" type="Magento\CatalogStaging\Plugin\Model\Category"/>
     </type>
+    <type name="Magento\CatalogSearch\Model\ResourceModel\Search\Collection">
+        <arguments>
+            <argument name="indexUsageEnforcements" xsi:type="array">
+                <item name="catalog_product_entity_text" xsi:type="string">CATALOG_PRODUCT_ENTITY_TEXT_ROW_ID_ATTRIBUTE_ID_STORE_ID</item>
+            </argument>
+        </arguments>
+    </type>
 </config>
