unbxd / magento2-search
The Magento 2 module, which provides the ability to search the site using the Unbxd service
Installs: 4 680
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 2
Type:magento2-module
Requires
- php: ~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0
- unbxd/magento2-product-feed: >1.0.79
- unbxd/magento2-search-js: >1.0.12
README
The Magento 2 module, which provides the ability to search the site using the Unbxd service
Support Magento 2.2.* || 2.3.* || 2.4.*
Installation Guide
Install by composer
composer require unbxd/magento2-search
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento module:enable Unbxd_SearchJs
php bin/magento module:enable Unbxd_Search
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
Manual installation
-
Download module Unbxd_ProductFeed Link
-
Download module Unbxd_SearchJs Link
-
Download this module Link
-
Unzip modules in the folders:
app\code\Unbxd\ProductFeed
app\code\Unbxd\SearchJs
app\code\Unbxd\Search -
Access the root of you Magento 2 instance from command line and run the following commands:
php bin/magento module:enable Unbxd_ProductFeed
php bin/magento module:enable Unbxd_SearchJs
php bin/magento module:enable Unbxd_Search
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento cache:flush
- Configure module in backend