Download the PHP package sebwite/magento2-smartsearch without Composer
On this page you can find all versions of the php package sebwite/magento2-smartsearch. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sebwite/magento2-smartsearch
More information about sebwite/magento2-smartsearch
Files in sebwite/magento2-smartsearch
Download sebwite/magento2-smartsearch
More information about sebwite/magento2-smartsearch
Files in sebwite/magento2-smartsearch
Vendor sebwite
Package magento2-smartsearch
Short Description Magento 2.0 SmartSearch
License OSL-3.0 AFL-3.0
Package magento2-smartsearch
Short Description Magento 2.0 SmartSearch
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-smartsearch
Magento 2.0 SmartSearch
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
All versions of magento2-smartsearch with dependencies
PHP Build Version
Package Version
The package sebwite/magento2-smartsearch contains the following files
Loading the files please wait ....