Decimal
Magento\CatalogSearch\Model\Search\RequestGenerator\Decimal
What it does
This class generates search request configurations for decimal/numeric product attributes in Magento's catalog search, particularly for price and other numeric filterable attributes.
Developers use this to define how range filters (min/max price) and aggregations (price buckets for layered navigation) should be structured in search queries.
It implements the GeneratorInterface to provide consistent filter and aggregation data structures for the search request builder.
Public Methods
- getFilterData()
- getAggregationData()