Enabling interim fix JR54596

You must complete these steps to adopt the fix in this APAR.

Before you begin

  1. Install the interim fix for JR54596.

Procedure

Configure the IBM_findProductsByCategory search profile in the search configuration file (wc-search.xml) on the Search EAR:
  1. Open the search configuration file on the Search EAR for editing: Search_eardir/xml/config/com.ibm.commerce.catalog-ext/wc-search.xml

    For more information about the values within the file, see WebSphere Commerce search configuration file (wc-search.xml) (Search EAR).

  2. Redefine the IBM_findProductsByCategory search profile to include the group.facet.method parameter.
    For example:
    
    <_config:profile name="IBM_findProductsByCategory" indexName="CatalogEntry">	
    	<_config:group>
            	<_config:param name="group.facet.method" value="fc"/>        	   	
           </_config:group>	     	           	
    </_config:profile>