<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">

    <!-- Registering the observer with specific dependencies -->
    <type name="Fcc\Customformvalidation\Observer\Search">
        <arguments>
            <argument name="messageManager" xsi:type="object">Magento\Framework\Message\ManagerInterface</argument>
            <argument name="request" xsi:type="object">Magento\Framework\App\RequestInterface</argument>
            <argument name="responseFactory" xsi:type="object">Magento\Framework\App\ResponseFactory</argument>
            <argument name="url" xsi:type="object">Magento\Framework\UrlInterface</argument>
        </arguments>
    </type>
</config>
