Model
ConditionsToSearchCriteriaMapper
Magento\CatalogRule\Model\Rule\Condition\ConditionsToSearchCriteriaMapper
What it does
This class converts catalog price rule conditions (like product attribute filters and combination conditions) into SearchCriteria objects that can be used for database queries.
Developers use this when they need to programmatically apply catalog rule conditions to product collections, enabling the rule engine to efficiently filter products based on complex conditional logic defined in catalog price rules.
Public Methods
- mapConditionsToSearchCriteria()