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 e820074 commit ee9487aCopy full SHA for ee9487a
app/code/Magento/CatalogSearch/etc/adminhtml/di.xml
@@ -19,4 +19,11 @@
19
<type name="Magento\Catalog\Block\Adminhtml\Product\Attribute\Edit\Tab\Front">
20
<plugin name="search_weigh" type="Magento\CatalogSearch\Block\Plugin\FrontTabPlugin" />
21
</type>
22
+ <type name="Magento\Catalog\Ui\DataProvider\Product\ProductDataProvider">
23
+ <arguments>
24
+ <argument name="addFilterStrategies" xsi:type="array">
25
+ <item name="fulltext" xsi:type="object">Magento\CatalogSearch\Ui\DataProvider\Product\AddFulltextFilterToCollection</item>
26
+ </argument>
27
+ </arguments>
28
+ </type>
29
</config>
0 commit comments