ModifierInterface
Magento\CatalogSearch\Model\Search\Request\ModifierInterface
What it does
This interface defines a contract for modifying search request configurations in Magento's catalog search functionality.
Developers implement this interface when they need to programmatically alter search request parameters, such as adding custom filters, changing query conditions, or modifying search behavior before requests are executed.
It's commonly used for customizing search functionality without directly modifying core search request XML configurations.
Public Methods
- modify()