sortFacetValuesBy property

  1. @JsonKey(name: r'sortFacetValuesBy')
String? sortFacetValuesBy
final

Order in which to retrieve facet values - count. Facet values are retrieved by decreasing count. The count is the number of matching records containing this facet value - alpha. Retrieve facet values alphabetically This setting doesn't influence how facet values are displayed in your UI (see renderingContent). For more information, see facet value display.

Implementation

@JsonKey(name: r'sortFacetValuesBy')
final String? sortFacetValuesBy;