<?xml version="1.0"?>

<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <type name="MageWorx\SearchSuiteAutocomplete\Model\SearchFactory">
        <arguments>
            <argument name="map" xsi:type="array">
                <item name="suggest" xsi:type="string">MageWorx\SearchSuiteAutocomplete\Model\Search\Suggested</item>
                <item name="product" xsi:type="string">MageWorx\SearchSuiteAutocomplete\Model\Search\Product</item>
            </argument>
        </arguments>
    </type>
</config>
