sebwite / magento2-smartsearch
Magento 2.0 SmartSearch
Installs: 3 539
Dependents: 0
Suggesters: 0
Security: 0
Stars: 69
Watchers: 15
Forks: 28
Open Issues: 6
Language:JavaScript
Type:magento2-module
Requires
- php: ~5.5.0|~7.0
- magento/magento-composer-installer: *
This package is not auto-updated.
Last update: 2024-10-26 19:16:09 UTC
README
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.
Screenshot
Installation with composer
- Include the repository:
composer require sebwite/magento2-smartsearch
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_SmartSearch
- Upgrade db scheme:
php bin/magento setup:upgrade
- Clear cache
Installation without composer
- Download zip file of this extension
- Place all the files of the extension in your Magento 2 installation in the folder app/code/Sebwite/SmartSearch
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_SmartSearch
- Upgrade db scheme:
php bin/magento setup:upgrade
- Clear cache
After these steps the default Magento 2 searchbar will be transformed into a smartsearch searchbar.
##Todo's:
- Add config page
- Show loading indicator
- Add cache