This section explains how to set the type
of search space.
About this task
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 WebSphere Commerce instance for the changes to take
effect.