To disable Searchanise for some store views please follow these steps:


1. Open the app/code/community/Simtech/Searchanise/Helper/ApiSe.php file of your Magento installation.


2. Find the Simtech_Searchanise_Helper_ApiSe class.


3. Add the list of store view IDs in which Searchanise should operate to the $seStoreIds array.


4. Save the file.


In order to learn IDs of store views, please follow these steps:


1. Open the "Edit Store View": System -> Manage stores page in the admin panel of your store. Click on the store view name in the Store View Name field.


2. Find the value of the store_id variable in the address bar of your browser. For example, in http://.../admin/system_store/editStore/store_id/4/key/97c5345f418dfb834ea1d2189d4d1e1e/  store ID is 4.


Let’s suppose the store view IDs are 4 and 5. Then the line in the app/code/community/Simtech/Searchanise/Helper/ApiSe.php file of your Magento installation should be the following:


public static $seStoreIds = array('4','5');


Then please let us know when these changes are made to the app/code/community/Simtech/Searchanise/Helper/ApiSe.php file of your Magento installation and send us an e-mail to feedback@searchanise.com with API keys of your store views for which Searchanise should be disabled.