Model
RequestCheckerComposite
Magento\CatalogSearch\Model\Adapter\Aggregation\RequestCheckerComposite
What it does
This composite class validates whether a catalog search request is applicable for aggregation (faceted search) by checking it against multiple registered request checker implementations.
Developers use this when they need to determine if aggregation/filtering should be applied to a search query, such as during category or search result page rendering with layered navigation.
Public Methods
- isApplicable()