In previous releases, collapsible dimension values were not included among the refinements returned by dimension searches. In this release, collapsible dimension values are included.
To restore the previous behavior -- that is, to cause dimension searches to ignore collapsible dimension values -- you can do any one of the following things:
In Java or .NET Presentation API, use
UrlENEQuery
method with the Dimension Search Refinement Configuration parameter set to:string Drc=excludecollapsible+true
In Java public void GlobalDimSearchRefinementConfig.setExcludeCollapsible(OptionalBoolean excludeCollapsible);
In the .NET PAPI, GlobalDimSearchRefinementConfig has a ExcludeCollapsible property that can be set.
For more information, refer to the Oracle Commerce Guided Search MDEX Developer's Guide.