Follow the steps below to disable fallback search.
For Magento:
- In Magento Admin Panel, Go to System → Configuration
- Go to General → Design → HTML Head → Miscellaneous Scripts
- Add the following script.
<script>
// the variable that disables fallback search
var klevu_fallBackSearch = false;
</script> - Save config
For Other Platform stores:
- Add the following script to your site
<script>
// the variable that disables fallback search
var klevu_fallBackSearch = false;
</script> - Save file