swissup / module-search-mysql-like
Installs: 14
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: ^101.0|^102.0
- magento/module-search: ^100.2|^101.0
- swissup/module-ajaxsearch: ^1.9.8
- swissup/module-core: ^1.10.3
This package is auto-updated.
Last update: 2024-11-18 16:41:31 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:
- If you've bought the product at Magento's Marketplace - use Marketplace installation instructions
- Otherwise, you have two options:
- Install the sources directly from our repository - recommended
- Download archive and use manual installation
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