Open navigation

Disable Fallback Search

Follow the steps below to disable fallback search.

For Magento:

  1. In Magento Admin Panel, Go to System → Configuration
  2. Go to General → Design → HTML Head → Miscellaneous Scripts 
  3. Add the following script.
        <script>
    // the variable that disables fallback search
    var klevu_fallBackSearch = false;
    </script>
  4. Save config

For Other Platform stores:

  1. Add the following script to your site
    <script>
    // the variable that disables fallback search
    var klevu_fallBackSearch = false;
    </script>
  2. Save file

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.