You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,14 @@
2
2
Magento 2 SmartSearch implementation. This is a basic extension without any config options that replaces the default Magento autocomplete with a smart search implementation.
3
3
4
4
## Installation with composer
5
-
* Include the repository: composer require sebwite/magento2-smartsearch
6
-
* Enable the extension: php bin/magento --clear-static-content module:enable Sebwite_SmartSearch
7
-
* Upgrade db scheme: php bin/magento setup:upgrade
5
+
* Include the repository: `composer require sebwite/magento2-smartsearch`
6
+
* Enable the extension: `php bin/magento --clear-static-content module:enable Sebwite_SmartSearch`
7
+
* Upgrade db scheme: `php bin/magento setup:upgrade`
8
8
* Clear cache
9
9
10
10
After these steps the default Magento 2 searchbar will be transformed into a smartsearch searchbar.
0 commit comments