codepeak/magento2-module-searchtermscleanup

Hide hacking attempts and junk from Search Terms table (search_query)

1.0.1 2023-06-22 14:20 UTC

This package is auto-updated.

Last update: 2024-04-22 16:14:49 UTC


README

Installation

composer require codepeak/magento2-module-searchtermscleanup
php bin/magento module:enable Codepeak_SearchTermsCleanup
php bin/magento setup:upgrade
php bin/magento cache:flush

Usage

This module will check the "search_query" table every 6th hour and see if it can find any searches that might be inappropriate. If it finds any, it will mark them as "inactive" and they will not be shown in the similar searches.