1. @sitecore-cloudsdk/search/browser

FacetSortName

Version:

Type

Type

Import path

@sitecore-cloudsdk/search/browser

Whether to sort facet values alphabetically ("text"), or by the number of index items that have this value ("count").

Signature

export type FacetSortName = "text" | "count";

Examples

"text"
"count"
If you have suggestions for improving this article, let us know!