How to install extension
- Backup your store database and web directory.
- Login to SSH console of your server and navigate to root directory of Magento 2 store.
- Copy installation instructions from page My Downloadable Products to SSH console and press ENTER.
- Run command
php -f bin/magento module:enable Mirasvit_Core Mirasvit_Search Mirasvit_SearchMysql Mirasvit_SearchSphinx Mirasvit_SearchAutocomplete Mirasvit_Misspell
for enable extension. - Run command
php -f bin/magento setup:upgrade
for install extension. - Run command
php -f bin/magento cache:clean
for clean cache. -
Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
-
Run search spell-correction reindex
php -f bin/magento indexer:reindex mst_misspell
- Go to System → Search Indexes, configure Product index and run reindex for it.