Magento 2 type ahead search implementation. Shows a list of found products under the searchbar without reloading the page. This is a basic extension without any config options that replaces the default Magento autocomplete with a smart search implementation.
composer require sebwite/magento2-smartsearch
php bin/magento --clear-static-content module:enable Sebwite_SmartSearch
php bin/magento setup:upgrade
php bin/magento --clear-static-content module:enable Sebwite_SmartSearch
php bin/magento setup:upgrade
After these steps the default Magento 2 searchbar will be transformed into a smartsearch searchbar.