I want to change behavior of Magento Category page URL. For example, if the category page URL is https://magento246p4-beta.com/gear/bags, I want to ensure that any additional text after “bags/” is ignored. For instance, the URL https://magento246p4-beta.com/gear/bags/filter/200 should display the content from https://magento246p4-beta.com/gear/bags without showing a 404 error. I do not want to redirect; I just want the page to load with the relevant category data.