shouwangyw opened a new issue, #16682: URL: https://github.com/apache/dolphinscheduler/issues/16682
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened When querying list, text query condition use 'like' query does not support (% \ _) ### What you expected to happen When query for `_`, the query is not hit, but all records are queried, When query for `%`, the query is not hit, but empty records are queried. ### How to reproduce <img width="1202" alt="image" src="https://github.com/user-attachments/assets/d1bb3ee8-be04-425b-9bc7-c74dcc12b41d"> <img width="1186" alt="image" src="https://github.com/user-attachments/assets/2b2e3c7c-cd46-47bd-b30c-1b9e028450b4"> ### Anything else ParameterUtils#handleEscapes has a bug ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
