There are several things you need to take care before moving it to the production environment.
1. Install Module & Copy Files
1.1 Follow the same process which you’ve followed to install the module on staging or dev environment. There are three ways we can install the module. Through composer, Magento marketplace or directly in app/code.
1.2 Enable and Install the module. You can refer this for installation.
1.3 Copy theme frontend related files from dev / staging server. All the files from app/design/theme/folder/Wizzy_Search. If you’ve configured the module for multiple themes then please copy the files in multiple themes on production store.
In some cases we might have updated theme XML files to fit the Wizzy Search widget on right position, in the case please copy those changes as well.
2. Clone the Configuration
For this step please copy all the Wizzy Search related configuration from dev / staging store. You can modify some of the configuration based on Catalog data in production store, but in most of the cases it will be the same. Do all the configuration under Stores > Wizzy Search
If you need any help here, Our team will be more then happy to assist.
We must put different Store Credentials under Stores > Wizzy > Store Credentials for production store.
3. Execute Indexeres, Sync your data
Follow this guide to run the require indexers.
To check this login into Wizzy’s account and from the Dashboard see the number of products indexed. If not, there might be an issue with Store configuration. If that’s the case, send a chat message from Wizzy login and we would be more than happy to help you.
4. Enable Search and/or autocomplete
Enable Instant Search and/or Autocomplete from Stores > Wizzy Search > General Setup page. Clear cache after updating the settings and make sure search and/or autocomplete are working as expected on frontend.
5. Indexer CRON Setup
Make sure Queue indexer wizzy_sync_queue_runner_indexer is in cron to sync the products to Wizzy’s server as soon as it gets updated in the store.