SetFacetNamesToRemove function

Syntax

SetFacetNamesToRemove(Facet1_Name as String, Facet2_Name as String)

Description

Use the SetFacetNamesToRemove function to remove facets from component search results page if it contains PII or sensitive data. In Fluid real-time search page with chart view, if chart view’s x-axis is on any facet in the parameter list, then chart view will be removed.

Parameters

Parameter Description

Facet1_Name as String

Specifies the name of a facet as a String.

Returns

None.

Example

SetFacetNamesToRemove("INV_ITEM_GROUP", "QE_DATE_ADDED");