Represents a faceted search option with text values. Used for filtering and categorizing search results.
const facet: TextOptionFacet = { name: "grade", value: "ACS"}; Copy
const facet: TextOptionFacet = { name: "grade", value: "ACS"};
Name of the facet category
Selected or available facet value
Represents a faceted search option with text values. Used for filtering and categorizing search results.
Example