-
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
[Small Bug] Filter of Admin Panel listing component
cannot hit when field value contains \
#39513
Comments
Hi @wubinworks. Thank you for your report.
Join Magento Community Engineering Slack and ask your questions in #github channel. |
Hi @engcom-Bravo. Thank you for working on this issue.
|
Hi @wubinworks, Thanks for your reporting and collaboration. We have tried to reproduce the issue in Latest 2.4-develop instance and we are not able to reproduce the issue.Kindly refer the screenshots. We are not able to create the page with title Magento\Store. Could you please try to reproduce the issue in Latest 2.4-develop instance and elaborate the steps to reproduce the issue if the issue is still reproducible. Thanks. |
@engcom-Bravo |
Hi @wubinworks, Thanks for your reporting and collaboration. We have verified the issue in Latest 2.4-develop instance and the issue is reproducible.Kindly refer the screenshots. When we filtering with Magento\Store it is not giving result. Hence Confirming the issue. Thanks. |
✅ Jira issue https://jira.corp.adobe.com/browse/AC-13661 is successfully created for this GitHub issue. |
✅ Confirmed by @engcom-Bravo. Thank you for verifying the issue. |
Preconditions and environment
listing component
cannot hit when field value contains\
LIKE
conditionSteps to reproduce
This is only an example for "CMS Page", but it occurs on all
listing component
Content > Elements > Pages
Magento Store
Filters
button to search title withMagento Store
Result 1: Hit
Magento\Store
Filters
button to search title withMagento\Store
Result 2: Not Hit (Unexpected)
Expected result
Result 1 & 2 both Hit.
Actual result
Result 2 is Not Hit
Additional information
The
UI Component
filter cannot deal with\
.Reason is in this line(Input.php#L77).
should be
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: