swissup/module-search-mysql-like

1.0.0 2020-07-31 14:26 UTC

This package is auto-updated.

Last update: 2024-09-18 16:20:10 UTC


README

Magento 2.2-2.3 module for mysql search with LIKE

Installation

For clients

There are several ways to install extension for clients:

  1. If you've bought the product at Magento's Marketplace - use Marketplace installation instructions
  2. Otherwise, you have two options:

For developers

Use this approach if you have access to our private repositories!

composer config repositories.swissup composer https://docs.swissuplabs.com/packages/
composer require swissup/module-search-mysql-like:dev-master --prefer-source --ignore-platform-reqs
bin/magento module:enable Swissup_SearchMysqlLike
bin/magento setup:upgrade