<?xml version="1.0"?>
<!--
/**
 * In your child theme set argument fullSearch to true if search input should be as wide as navigation(menu)
 * You have to set data-trigger="search-form" somewhere, depending on design - it will be a trigger to display form
 */
 -->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
    <body>
        <referenceBlock name="top.search">
            <arguments>
                <argument name="search_full" xsi:type="boolean">false</argument>
            </arguments>
        </referenceBlock>
    </body>
</page>
