Skip to main content

IProductSearchAttributeDecimalRangeFilter

Decimal range boundaries for numeric attribute filtering.

Defines the minimum and maximum decimal values found in search results for a numeric attribute, used for building precise range slider filters and decimal input controls.

interface IProductSearchAttributeDecimalRangeFilter {
min: Float
max: Float
}

Fields

IProductSearchAttributeDecimalRangeFilter.min ● Float scalar

Minimum decimal value found for this attribute in current results.

The lowest decimal value present in the search results for this attribute, used as the lower bound for precise range filtering controls.

IProductSearchAttributeDecimalRangeFilter.max ● Float scalar

Maximum decimal value found for this attribute in current results.

The highest decimal value present in the search results for this attribute, used as the upper bound for precise range filtering controls.

Member Of

IProductSearchAttributeFilter interface ● ProductSearchAttributeFilter object

Implemented By

ProductSearchAttributeDecimalRangeFilter object