sebwite/magento2-smartsearch

Magento 2.0 SmartSearch

Installs: 3 507

Dependents: 0

Suggesters: 0

Security: 0

Stars: 68

Watchers: 15

Forks: 28

Open Issues: 6

Language:JavaScript

Type:magento2-module

1.0.3 2016-03-29 14:54 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:18:12 UTC


README

Alt text

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

Alt text

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

Alt text