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 版本 mysql 搜索 LIKE 模块

安装

对于客户

有几种方法可以为客户安装扩展

  1. 如果您在 Magento 的市场购买的产品 - 使用 市场安装说明
  2. 否则,您有两个选项

对于开发者

如果您有权访问我们的私有仓库,请使用此方法!

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