How to upgrade the extension
To upgrade the extension follow these steps:
- Backup your store's database and web directory.
- Login to the SSH console of your server and navigate to the root directory of the Magento 2 store.
- Run command
composer update mirasvit/module-search-ultimate
to update the extension sources. - Run command
php -f bin/magento setup:upgrade
to install updates. - Run command
php -f bin/magento cache:clean
to clean the cache.