v2.2.65

Disabling the Extension

Temporarily Disable

To temporarily disable the extension, please follow these steps:

  1. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  2. Run this command to disable the extension:

    php -f bin/magento module:disable Mirasvit_Search Mirasvit_SearchMysql Mirasvit_SearchSphinx Mirasvit_SearchAutocomplete Mirasvit_Misspell Mirasvit_SearchLanding Mirasvit_SearchReport Mirasvit_SearchElastic

    Note

    If you have the Hyva theme, run:

             php -f bin/magento module:disable -f Mirasvit_Search Mirasvit_SearchMysql Mirasvit_SearchSphinx Mirasvit_SearchAutocomplete Mirasvit_Misspell Mirasvit_SearchLanding Mirasvit_SearchReport Mirasvit_SearchElastic Hyva_MirasvitSearchAutocomplete

Remove the Extension

To uninstall the extension, please follow these steps:

  1. Log in to the SSH console of your server and navigate to the root directory of the Magento 2 store.
  2. Disable the extension.
  3. Run this command to remove the extension:

    composer remove mirasvit/module-search-ultimate

    Note

    If you have the Hyva theme, run:

           composer remove mirasvit/module-search-ultimate hyva-themes/magento2-mirasvit-search-autocomplete