<?xml version="1.0"?>
<!--
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Advanced Search Base for Magento 2
 */-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <amasty_xsearch>
            <general>
                <full_screen>0</full_screen>
                <popup_width>900</popup_width>
                <dynamic_search_width>1</dynamic_search_width>
                <min_chars>3</min_chars>
                <delay>0.5</delay>
                <four_zero_four_redirect>0</four_zero_four_redirect>
                <enable_save_search_input_value>0</enable_save_search_input_value>
                <enable_seo_url>0</enable_seo_url>
                <seo_key>search</seo_key>
                <empty_result_block>0</empty_result_block>
                <user_search_autocleaning>0</user_search_autocleaning>
                <user_search_cleaning_period>365</user_search_cleaning_period>
            </general>
            <recent_searches>
                <enabled>1</enabled>
                <first_click>1</first_click>
                <title>Recent Searches</title>
                <position>5</position>
                <limit>4</limit>
            </recent_searches>
            <popular_searches>
                <first_click>1</first_click>
                <enabled>4</enabled>
                <title>Popular Searches</title>
                <position>2</position>
                <limit>4</limit>
            </popular_searches>
            <browsing_history>
                <enabled>1</enabled>
                <first_click>1</first_click>
                <title>Browsing History</title>
                <position>6</position>
                <limit>4</limit>
            </browsing_history>
            <category>
                <enabled>1</enabled>
                <title>Categories</title>
                <position>3</position>
                <limit>4</limit>
                <name_length>50</name_length>
                <desc_length>100</desc_length>
            </category>
            <page>
                <enabled>1</enabled>
                <title>Pages</title>
                <position>2</position>
                <limit>4</limit>
                <name_length>50</name_length>
                <desc_length>100</desc_length>
            </page>
            <product>
                <enabled>1</enabled>
                <popup_display>0</popup_display>
                <title>Products</title>
                <position>1</position>
                <limit>4</limit>
                <name_length>50</name_length>
                <desc_length>100</desc_length>
                <reviews>1</reviews>
                <add_to_cart>1</add_to_cart>
                <redirect_single_product>1</redirect_single_product>
                <out_of_stock_last>0</out_of_stock_last>
                <apply_relevance_rules_in_popup>0</apply_relevance_rules_in_popup>
                <show_sku>0</show_sku>
            </product>
            <product_multi_store>
                <enabled>1</enabled>
                <stores/>
                <title>Multi-Store Search</title>
                <position>1</position>
                <limit>4</limit>
            </product_multi_store>
            <landing_page>
                <title>Landing Pages</title>
                <limit>4</limit>
            </landing_page>
            <brand>
                <title>Brands</title>
                <limit>4</limit>
            </brand>
            <blog>
                <title>Blog</title>
                <limit>4</limit>
            </blog>
            <faq>
                <title>FAQ and Product Questions</title>
                <limit>4</limit>
            </faq>
            <recently_viewed>
                <enabled>0</enabled>
                <title>Recently Viewed</title>
                <position>1</position>
                <limit>10</limit>
            </recently_viewed>
            <bestsellers>
                <enabled>0</enabled>
                <title>Bestsellers</title>
                <position>1</position>
                <limit>10</limit>
            </bestsellers>
            <locator>
                <enabled>0</enabled>
                <title>Store Locations</title>
                <limit>4</limit>
            </locator>
            <layout>
                <enabled>0</enabled>
                <border>000000</border>
                <search_button>1979c2</search_button>
                <search_button_text>ffffff</search_button_text>
                <hover>B0B0B0</hover>
                <highlight>00E66B</highlight>
                <background>E6E6E6</background>
                <text>54A1FF</text>
                <hover_text>3C00FF</hover_text>
            </layout>
        </amasty_xsearch>
    </default>
</config>
