Interface
SelectModifierInterface
Magento\InventoryCatalogSearch\Model\Indexer\SelectModifierInterface
What it does
This interface defines a contract for modifying database SELECT queries in the catalog search indexer to filter products based on inventory stock status.
Developers implement this interface to add stock availability filters to search queries, ensuring that only products with appropriate stock levels appear in search results based on the store's inventory configuration.
Public Methods
- modify()