<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <!-- see fix in app/code/Amasty/Shopby/Model/ResourceModel/Fulltext/Collection/SearchCriteriaResolver.php -->

    <preference for="Magento\LiveSearchProductListing\Model\LayoutElementsRemover" type="DJOGlobal\ExtMagentoLiveSearch\Rewrite\Magento\LiveSearchProductListing\Model\LayoutElementsRemover"/>
    <preference for="Magento\CatalogDataExporter\Model\Provider\Product\Formatter\DescriptionFormatter" type="DJOGlobal\ExtMagentoLiveSearch\Rewrite\Magento\CatalogDataExporter\Model\Provider\Product\Formatter\DescriptionFormatter"/>

    <type name="Magento\LiveSearchAdapter\Model\QueryArgumentProcessor\SortQueryArgumentProcessor">
        <plugin name="DJOGlobal_ExtMagentoLiveSearch::FilterOutUnsupportedSortFields" type="DJOGlobal\ExtMagentoLiveSearch\Plugin\FilterOutUnsupportedSortFields"/>
    </type>

    <type name="Magento\LiveSearchProductListing\Plugin\ContainerReader">
        <arguments>
            <argument name="containersToRemove" xsi:type="array">
                <item name="storefront_features/website_configuration/product_listing_widgets_active" xsi:type="array">
                    <item name="3" xsi:type="string">sidebar.main</item>
                </item>
            </argument>
        </arguments>
    </type>
</config>
