-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Category filters - Fix notice on incorrect price param #25912
Category filters - Fix notice on incorrect price param #25912
Conversation
Hi @ihor-sviziev. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
Fix static tests
Hi @krzksz, thank you for the review. |
Hello @ihor-sviziev. Thank You for Your contribution. Would You please take a look at the following gif: |
@ihor-sviziev, we have immediately found the cause we were not able to reproduce the issue. In order to have it reproduced "for instance https://example.com/my-category/?price=-100%27[0]" should be replaced with "for instance https://example.com/my-category?price=-100%27[0]" - the "/" before the ? should be removed. I believe in 2.3 version Your reported the issue on it was reproduced with that slash, but as far as I remember there was a commit that brought some changes to category url behavior depending on presence of such a slash in it. So probably that is the reason the issue needs now to have category url be without slash before request part (before ?) in order to get reproduced. So we are proceeding with testing Your PR. |
@ihor-sviziev, everyting works fine, sorry for disturbing You. ✔️ QA Passed. |
Hi @ihor-sviziev, thank you for your contribution! |
Hello, this is still an issue in Magento 2.4.2:
Type in the url non-numeric value for the price filter: |
@magento give me 2.4-develop instance |
Hi @ihor-sviziev. Thank you for your request. I'm working on Magento instance for you. |
Hi @ihor-sviziev, here is your Magento Instance: https://1f4f5d16fa7d1b45781c91cc4946a511-2-4-develop.instances.magento-community.engineering |
Hi @MTheProgrammer, If you are still able to reproduce it - please create a separate issue with steps to reproduce. |
Description (*)
See details in #25911
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)