Disabling Extension

Temporary Disabling

To temporary disable extension please follow the next steps:

  1. Login to SSH console of your server and navigate to root directory of Magento 2 store.
  2. Run command php -f bin/magento module:disable Mirasvit_SearchAutocomplete for disabled extension.

Extension Removing

To uninstall extension please follow the next steps:

  1. Login to SSH console of your server and navigate to root directory of Magento 2 store.
  2. Run command composer remove mirasvit/module-search-autocomplete for remove extension.
  3. Run command php -f bin/magento setup:upgrade.