|
13 | 13 | <features value="CatalogSearch"/>
|
14 | 14 | <group value="CatalogSearch"/>
|
15 | 15 | </annotations>
|
| 16 | + |
| 17 | + <!-- Perform reindex and flush cache --> |
| 18 | + <magentoCLI command="indexer:reindex" stepKey="reindex"/> |
| 19 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
| 20 | + |
16 | 21 | <actionGroup ref="GoToStoreViewAdvancedCatalogSearchActionGroup" stepKey="GoToStoreViewAdvancedCatalogSearchActionGroup"/>
|
17 | 22 | <actionGroup ref="StorefrontAdvancedCatalogSearchByProductNameActionGroup" stepKey="search">
|
18 | 23 | <argument name="name" value="$$product.name$$"/>
|
|
26 | 31 | <features value="CatalogSearch"/>
|
27 | 32 | <group value="CatalogSearch"/>
|
28 | 33 | </annotations>
|
| 34 | + |
| 35 | + <!-- Perform reindex and flush cache --> |
| 36 | + <magentoCLI command="indexer:reindex" stepKey="reindex"/> |
| 37 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
| 38 | + |
29 | 39 | <actionGroup ref="GoToStoreViewAdvancedCatalogSearchActionGroup" stepKey="GoToStoreViewAdvancedCatalogSearchActionGroup"/>
|
30 | 40 | <actionGroup ref="StorefrontAdvancedCatalogSearchByProductSkuActionGroup" stepKey="search">
|
31 | 41 | <argument name="sku" value="$$product.sku$$"/>
|
|
39 | 49 | <features value="CatalogSearch"/>
|
40 | 50 | <group value="CatalogSearch"/>
|
41 | 51 | </annotations>
|
| 52 | + <!-- Perform reindex and flush cache --> |
| 53 | + <magentoCLI command="indexer:reindex" stepKey="reindex"/> |
| 54 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
| 55 | + |
42 | 56 | <actionGroup ref="GoToStoreViewAdvancedCatalogSearchActionGroup" stepKey="GoToStoreViewAdvancedCatalogSearchActionGroup"/>
|
43 | 57 | <actionGroup ref="StorefrontAdvancedCatalogSearchByDescriptionActionGroup" stepKey="search">
|
44 | 58 | <argument name="description" value="$$product.custom_attributes[description]$$"/>
|
|
70 | 84 | <features value="CatalogSearch"/>
|
71 | 85 | <group value="CatalogSearch"/>
|
72 | 86 | </annotations>
|
| 87 | + |
| 88 | + <!-- Perform reindex and flush cache --> |
| 89 | + <magentoCLI command="indexer:reindex" stepKey="reindex"/> |
| 90 | + <magentoCLI command="cache:flush" stepKey="flushCache"/> |
| 91 | + |
73 | 92 | <actionGroup ref="GoToStoreViewAdvancedCatalogSearchActionGroup" stepKey="GoToStoreViewAdvancedCatalogSearchActionGroup"/>
|
74 | 93 | <actionGroup ref="StorefrontAdvancedCatalogSearchByProductNameAndPriceActionGroup" stepKey="search">
|
75 | 94 | <argument name="name" value="$$arg1.name$$"/>
|
|
0 commit comments