Interface
ProductCollectionPrepareStrategyInterface
Magento\CatalogSearch\Model\Advanced\ProductCollectionPrepareStrategyInterface
What it does
This interface defines a strategy pattern for preparing product collections in advanced catalog search functionality.
Developers implement this interface to create custom preparation logic for product collections before they are used in advanced search operations, such as applying filters, joins, or other collection modifications specific to search requirements.
Public Methods
- prepare()