Home > @yext/search-ui-react > NumericalFacetsProps > getFilterDisplayName
Returns the filter's display name based on the range values which is used when the filter is displayed by other components such as AppliedFilters.
Signature:
getFilterDisplayName?: (value: NumberRangeValue) => string;
By default, the displayName separates the range with a dash such as '10 - 20'. If the range is unbounded, it will display as 'Up to 20' or 'Over 10'.