Skip to content

Commit

Permalink
Merge pull request #5 from aligent/fix/indexer_id
Browse files Browse the repository at this point in the history
BEG-81: Fix indexer id used in error message
  • Loading branch information
aligent-lturner committed Jun 27, 2022
2 parents db600d1 + 6198e57 commit 1fc0dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Indexer/Product/ProductIndexer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

class ProductIndexer implements IndexerActionInterface, MviewActionInterface, DimensionalIndexerInterface
{
private const INDEXER_ID = 'catalogsearch_fulltext';
private const INDEXER_ID = 'prerender_io_product';
private const DEPLOYMENT_CONFIG_INDEXER_BATCHES = 'indexer/batch_size/';

/** @var DimensionProviderInterface */
Expand Down

0 comments on commit 1fc0dfd

Please sign in to comment.