<?php
/**
 * @author Amasty Team
 * @copyright Copyright (c) Amasty (https://www.amasty.com)
 * @package Advanced Search Base for Magento 2
 */

namespace Amasty\Xsearch\Controller;

/**
 * Declarations of core registry keys used by the Customer module
 */
class RegistryConstants
{
    public const CURRENT_AMASTY_XSEARCH_QUERY = 'current_amasty_xsearch_query';
    public const INDEX_ENTITY_TYPE = 'amasty_xsearch_fulltext';
    public const POPUP_INDEXER_ID = 'amasty_elastic_popup_data';
}
