we-are-virtua/magento2-search-fix

Magento2 module for fixing hanging 'insert to' search_tmp queries

Maintainers

Package info

github.com/we-are-virtua/magento2-search-fix

Type:magento2-module

pkg:composer/we-are-virtua/magento2-search-fix

Statistics

Installs: 8 972

Dependents: 0

Suggesters: 0

Stars: 14

Open Issues: 4

1.0.1 2020-10-31 11:32 UTC

This package is auto-updated.

Last update: 2026-03-29 00:46:36 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