we-are-virtua / magento2-search-fix
Magento2 module for fixing hanging 'insert to' search_tmp queries
Installs: 8 762
Dependents: 0
Suggesters: 0
Security: 0
Stars: 14
Watchers: 2
Forks: 12
Open Issues: 4
Type:magento2-module
Requires
- php: ~7.0.13|~7.1.0|~7.2.0|~7.3.0
- magento/framework: 100.*|101.*|102.*
- magento/module-catalog: 102.0.*|103.0.*
- magento/module-catalog-search: 100.2.*|101.0.*
- magento/module-eav: 101.0.*|102.0.*
- magento/module-store: 100.2.*|101.0.*
This package is auto-updated.
Last update: 2024-10-29 05:53:01 UTC
README
Magento2 module for fixing hanging "insert to" search_tmp queries
tested on magento:
- 2.2.10
- 2.3.1
Installation
via composer
Run the following command in Magento2 root folder:
composer require we-are-virtua/magento2-search-fix
bin/magento setup:upgrade
bin/magento setup:di:compile
#FAQ
- Module does not help, what to do?
If the module does not help it means that rewrites may not work.
You can try to remove generated/code
directory manually and re-run
bin/magento setup:upgrade
bin/magento setup:di:compile
or clear/flush cache
bin/magento cache:clear
bin/magento cache:flush