Follow the steps below to pass filter values in URL on click of filters.
For Magento:
- In Magento Admin Panel, Go to System → Configuration
- Go to General → Design → HTML Head → Miscellaneous Scripts
- Add the following script.
<script>
// add filters to query parameter
var klevu_addSelectedFiltersToUrl = true;
</script> - Save config
For Other Platforms:
- Add the following script on your site before the ending of the </head> element
<script>
// add filters to query parameter
var klevu_addSelectedFiltersToUrl = true;
</script> - Save file