How to exclude child products and skus of Category from Endeca indexing? - ATG Endeca Integration

Scenario:
Best use case scenario where customer wants to exclude all non navigable(Unsited) Product's and SKU's. 

How to configure it? 
BCC Screen shot with Non Navigable Category and Product/SKU's: 
 


Use below component to add Non Navigable category Id to the exclude list.

/dyn/admin/nucleus/atg/commerce/endeca/index/CategoryTreeService/?propertyName=excludedItemsCategoryIds 


 

By default, the excludedItemsCategoryIds property of CategoryTreeService is configured to get its value from the excludedItemsAncestorIds property of the ProductCatalogOutputConfig component:

excludedItemsCategoryIds^=\
/atg/commerce/search/ProductCatalogOutputConfig.excludedItemsAncestorIds

1 comment: