From 4c5a944e3e695d01de9d4bf2f12ed9446a2d43da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Luis=20Narv=C3=A1ez?= Date: Thu, 30 Oct 2025 09:22:11 +0100 Subject: [PATCH] Update required value for view_id --- src/pages/development/components/indexing/custom-indexer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/development/components/indexing/custom-indexer.md b/src/pages/development/components/indexing/custom-indexer.md index a038c85b8..ee899e56b 100644 --- a/src/pages/development/components/indexing/custom-indexer.md +++ b/src/pages/development/components/indexing/custom-indexer.md @@ -33,7 +33,7 @@ Declare a new indexer process in the `etc/indexer.xml` file with the following a | `class` | No | The class that processes indexer methods (`executeFull`, `executeList`, `executeRow`) | | `primary` | No | The source provider | | `shared_index` | No | Use this option to improve performance if your indexer is related to another indexer. In this [example](https://github.com/magento/magento2/blob/2.4/app/code/Magento/CatalogRule/etc/indexer.xml), if the Catalog Product Rule index needs to be reindexed, but other catalog product rule indexes are up-to-date, then only the Catalog Product Rule is reindexed. | -| `view_id` | No | The ID of the view element that is defined in the `mview.xml` configuration file. | +| `view_id` | Yes | The ID of the view element that is defined in the `mview.xml` configuration file. | For example,