<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <searchautocomplete>
            <general>
                <min_chars>3</min_chars>
                <delay>300</delay>
                <product>
                    <show_price>1</show_price>
                    <show_image>1</show_image>
                    <show_rating>1</show_rating>
                    <show_description>1</show_description>
                    <show_sku>0</show_sku>
                    <show_cart>0</show_cart>
                    <optimize_mobile>0</optimize_mobile>
                </product>
                <fast_mode>0</fast_mode>
            </general>
            <popular>
                <enabled>1</enabled>
                <limit>5</limit>
            </popular>
        </searchautocomplete>
    </default>
</config>
