Quantcast
Channel: Developer to developer
Viewing all articles
Browse latest Browse all 9076

automatic indexing of commerce pages (EventedIndexingEnabled / ScheduledPageQueueEnabled) results in wrong document type

$
0
0

When using scheduled task 'Episerver find content indexing job' commerce pages are correctly indexed with the correct document type :

-EpiWebsite.Models.Commerce.NonConfigurableProduct
-EpiWebsite.Models.Commerce.ConfigurableProduct
-EpiWebsite.Models.Commerce.ProductListCollectionFilter
-EpiWebsite.Models.Commerce.ProductListFilter
-EpiWebsite.Models.Commerce.CompositionBundle
etc.

But when EventedIndexingEnabled / ScheduledPageQueueEnabled is enabled

and I save a commerce page via _contentRepository.Service.Save etc.

Then the pages are automatically indexed with the wrong document type :

EPiServer.Commerce.Catalog.ContentTypes.ProductContent
EPiServer.Commerce.Catalog.ContentTypes.NodeContent


Viewing all articles
Browse latest Browse all 9076

Trending Articles