GetFacetFilters method: SearchCategory class

Syntax

GetFacetFilters()

Description

Use this method to return an array of facet filters for a specific search category. Dynamically building this array based on system metadata avoids the hard-coding of facet names in your PeopleCode programs. However, this means that this method can only be used for search categories defined on the local system (therefore, it cannot be used for universal search).

Parameters

None.

Returns

An array of FacetFilter objects.

Related Topics