sandipchandela / magento2-search-overlay
Quick Search Overlay for default theme and Hyvä Theme
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-07-14 02:29:19 UTC
README
Overview
This is a basic search overlay for default theme and Hyvä Theme built in Magento 2.
Prerequisites
- PHP 7.4 or later
Run regular commands
composer require sandipchandela/magento2-search-overlay
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -s
For Injecting 3rd Party Collection
di.xml
<type name="Sandip\SearchOverlay\Model\SearchServicePool"> <arguments> <argument name="services" xsi:type="array"> <item name="faqs" xsi:type="object">Vendor\FaqOverlay\Service\FaqService</item> </argument> </arguments> </type>