Welcome to the Backend Search documentation.
Whether you are a new or an advanced user, you can find some useful information here.
Firstly, please, find our extension in My Downloadable Products section of our store. Learn how to install extension, and proceed with Quick Start, which will guide you to set up your Backend Search service.
php -f bin/magento module:enable Mirasvit_Core Mirasvit_BackendSearch
to enable the extension.php -f bin/magento setup:upgrade
to install the extension.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
php -f bin/magento indexer:reindex
to reindex data.php -f bin/magento module:enable Mirasvit_Core Mirasvit_BackendSearch
to enable the extension.php -f bin/magento setup:upgrade
to install the extension.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
To upgrade the extension, follow these steps:
composer require mirasvit/module-assistant:* --update-with-dependencies
to update current extension with all dependencies.
composer update mirasvit/*
command. It will update all Mirasvit modules installed in your store. php -f bin/magento setup:upgrade
to install updates.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
To temporarily disable the extension please follow these steps:
php -f bin/magento module:disable Mirasvit_BackendSearch
to disable the extension.To uninstall the extension, please follow these steps:
php -f bin/magento module:disable Mirasvit_BackendSearch
to disable the extension.composer remove mirasvit/module-assistant
to remove the extension.(2024-12-11)
(2024-11-22)
(2024-10-28)
(2024-10-04)
(2024-09-19)
(2024-09-16)
(2024-05-24)
(2024-04-16)
(2024-04-04)
(2024-03-25)
(2023-12-26)
(2023-12-21)
(2023-12-19)
(2023-11-02)
(2023-10-31)
(2023-10-25)
(2023-10-05)
(2023-10-03)
(2023-10-02)