[Small Bug] Filter of Admin Panel listing component
cannot hit when field value contains \
#39513
Open
2 of 5 tasks
Labels
Issue: ready for confirmation
Reported on 2.4.7
Indicates original Magento version for the Issue report.
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: