Skip to content

Commit 056bb30

Browse files
ENGCOM-3811: [Backport] Remove unneeded, also mistyped, saveHandler from CatalogSearch indexer declaration #19984
- Merge Pull Request #19984 from dmytro-ch/magento2:2.2-develop-PR-port-11626 - Merged commits: 1. 089c660
2 parents 523a83e + 089c660 commit 056bb30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/code/Magento/CatalogSearch/etc/indexer.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
<indexer id="catalogsearch_fulltext" view_id="catalogsearch_fulltext" class="Magento\CatalogSearch\Model\Indexer\Fulltext">
1010
<title translate="true">Catalog Search</title>
1111
<description translate="true">Rebuild Catalog product fulltext search index</description>
12-
13-
<saveHandler class="Magento\CatalogSearch\Model\Indexer\IndexHandler" />
1412
<structure class="Magento\CatalogSearch\Model\Indexer\IndexStructure" />
1513
</indexer>
1614
</config>

0 commit comments

Comments
 (0)