Browse Source

fix(docs): Add extra required step in product import docs (#2027)

Pieter Doms 2 years ago
parent
commit
002da57496
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/content/developer-guide/importing-product-data.md

+ 2 - 0
docs/content/developer-guide/importing-product-data.md

@@ -218,6 +218,8 @@ populate(
   },
 );
 ```
+**Attention:** When removing the `DefaultJobQueuePlugin` from the plugins list as in the code snippet above, one should manually rebuild the search index in order for the newly added products to appear.
+In the Admin UI this can be done by navigating to the Products page and clicking the gear icon next to the search input.
 
 ### Custom populate scripts