Develop > Presentation layer > Customize marketing > Work with Product Advisor
Set the type of search space
This section explains how to set the type of search space.
Before creating a Product Advisor search space for a category from the WebSphere Commerce Accelerator:
Procedure
- Open the WebSphere Commerce configuration file.
- To create separate search category:
- For separate search space, set the value "true" to the <CompatibilityMode> tag
<SearchSpaceConfiguration name="Search Space Configuration"> <CompatibilityMode value="true"/> <GenerateXMLFile value="false"/> </SearchSpaceConfiguration>
- For base search space, set the value "false" to the <CompatibilityMode> tag
<SearchSpaceConfiguration name="Search Space Configuration"> <CompatibilityMode value="false"/> <GenerateXMLFile value="false"/> </SearchSpaceConfiguration>
- Restart the WCS instance for the changes to take effect.
Related concepts
Related tasks
Create search space for Product Advisor
Delete base search space for a category
Delete separate search space for a category
Related reference
Differences between separate and base search spaces
PACreateSearchSpaceBatchCmd scheduler command