|
24 | 24 | <createData entity="_defaultCategory" stepKey="createAnchoredCategory1"/>
|
25 | 25 | <createData entity="_defaultCategory" stepKey="createSecondCategory"/>
|
26 | 26 |
|
27 |
| - <!-- Switch "Category Product" and "Product Category" indexers to "Update by Schedule" mode --> |
28 |
| - <actionGroup ref="AdminOpenIndexManagementPageActionGroup" stepKey="onIndexManagement"/> |
29 |
| - |
30 |
| - <actionGroup ref="AdminSwitchIndexerToActionModeActionGroup" stepKey="switchCategoryProduct"> |
31 |
| - <argument name="indexerValue" value="catalog_category_product"/> |
32 |
| - </actionGroup> |
33 |
| - <actionGroup ref="AdminSwitchIndexerToActionModeActionGroup" stepKey="switchProductCategory"> |
34 |
| - <argument name="indexerValue" value="catalog_product_category"/> |
35 |
| - </actionGroup> |
36 |
| - <actionGroup ref="AdminSwitchIndexerToActionModeActionGroup" stepKey="switchCatalogSearch"> |
37 |
| - <argument name="indexerValue" value="catalogsearch_fulltext"/> |
| 27 | + <comment userInput="BIC workaround" stepKey="onIndexManagement"/> |
| 28 | + <comment userInput="BIC workaround" stepKey="switchCategoryProduct"/> |
| 29 | + <comment userInput="BIC workaround" stepKey="switchProductCategory"/> |
| 30 | + <comment userInput="BIC workaround" stepKey="switchCatalogSearch"/> |
| 31 | + |
| 32 | + <!-- Switch "Category Product", "Product Category" and "Catalog Search" indexers to "Update by Schedule" mode --> |
| 33 | + <actionGroup ref="CliIndexerSetScheduleModeActionGroup" stepKey="setScheduleIndexerMode"> |
| 34 | + <argument name="indices" value="catalog_category_product catalog_product_category catalogsearch_fulltext"/> |
38 | 35 | </actionGroup>
|
39 | 36 | </before>
|
40 | 37 |
|
41 | 38 | <after>
|
42 |
| - <!-- Switch "Category Product" and "Product Category" indexers to "Update by Save" mode --> |
43 |
| - <actionGroup ref="AdminOpenIndexManagementPageActionGroup" stepKey="onIndexManagement"/> |
44 |
| - |
45 |
| - <actionGroup ref="AdminSwitchIndexerToActionModeActionGroup" stepKey="switchCategoryProduct"> |
46 |
| - <argument name="indexerValue" value="catalog_category_product"/> |
47 |
| - <argument name="action" value="Update on Save"/> |
48 |
| - </actionGroup> |
49 |
| - <actionGroup ref="AdminSwitchIndexerToActionModeActionGroup" stepKey="switchProductCategory"> |
50 |
| - <argument name="indexerValue" value="catalog_product_category"/> |
51 |
| - <argument name="action" value="Update on Save"/> |
| 39 | + <comment userInput="BIC workaround" stepKey="onIndexManagement"/> |
| 40 | + <comment userInput="BIC workaround" stepKey="switchCategoryProduct"/> |
| 41 | + <comment userInput="BIC workaround" stepKey="switchProductCategory"/> |
| 42 | + <!-- Switch "Category Product", "Product Category" and "Catalog Search" indexers to "Update by Save" mode --> |
| 43 | + <actionGroup ref="CliIndexerSetRealtimeModeActionGroup" stepKey="setRealtimeIndexerMode"> |
| 44 | + <argument name="indices" value="catalog_category_product catalog_product_category catalogsearch_fulltext"/> |
52 | 45 | </actionGroup>
|
53 | 46 |
|
54 | 47 | <deleteData createDataKey="simpleProduct" stepKey="deleteProduct"/>
|
|
0 commit comments