Smile-SA/elasticsuite

View on GitHub
src/module-elasticsuite-swatches/etc/frontend/di.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0"?>
<!--
/**
 * Smile_ElasticsuiteSwatches frontend dependency injection configuration.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Smile ElasticSuite to newer
 * versions in the future.
 *
 * @category  Smile
 * @package   Smile\ElasticsuiteSwatches
 * @author    Romain RUAUD <romain.ruaud@smile.fr>
 * @copyright 2020 Smile
 * @license   Open Software License ("OSL") v. 3.0
 */
 -->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">

    <type name="\Smile\ElasticsuiteCatalog\Search\Request\Product\Attribute\AggregationResolver">
        <plugin name="swatches_facet_max_size" type="Smile\ElasticsuiteSwatches\Plugin\Search\Request\Product\Attribute\AggregationResolver"/>
    </type>

</config>