-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Grid filtration doesn't work for mysql special characters #12749
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
Grid filtration doesn't work for mysql special characters #12749
Conversation
- added escaping for filter input value
- test has been fixed. - new test-case has been added.
652952a to
17a817c
Compare
|
Hi @laconica-sergey, See my screenshots below. Can you please give me some more information where/how this is not working? Thanks! In this case I added two products: |
|
Any update on my previous question @laconica-sergey? |
|
Hi @avoelkl, You actually reproduced the issue: the filter doesn't apply, and your search disrespects special character in the search phrase. Search for the term 'Samsung%' should show nothing in your case and search by the phrase 'Galaxy%' should show only one product with the exact match. To make it clear, try to search by the '%' sign — you will see both products, but the only one actually should match this search. |
|
Hi @ihor-sviziev, thank you for the review. |


Manual testing scenarios
###Expected result
Grid shows only products with the symbol
###Actual result
Grid shows all products
Contribution checklist