unbxd/magento2-search 1.0.9

The Magento 2 module, which provides the ability to search the site using the Unbxd service

Type

magento2-module

License

OSL-3.0, AFL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Unbxd Site Search Module For Magento 2

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

  1. Download module Unbxd_ProductFeed Link
  2. Download module Unbxd_SearchJs Link
  3. Download this module Link
  4. Unzip modules in the folders:

    app\code\Unbxd\ProductFeed
    app\code\Unbxd\SearchJs
    app\code\Unbxd\Search

  5. 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
  1. Configure module in backend