jinghua-qa commented on pull request #16396: URL: https://github.com/apache/superset/pull/16396#issuecomment-920349103
I tested in the test env, and I have the following questions: 1, It looks to me the LIKE operator is not case sensitive <img width="1790" alt="Screen Shot 2021-09-15 at 1 17 08 PM" src="https://user-images.githubusercontent.com/81597121/133503695-073e45b6-785d-4a5f-838b-a8ebade36176.png"> 2, I think this change makes the return in a wider range than the user expected? For example, i am trying to return any name starting with 'Ma' but then the name contains 'ma' all return. And feel choosing operator 'Like' will be different than writing custom SQL using 'Like' 3, when input filter value with string only, user need to scroll to the bottom of the list to find the custom input value, which is inconvinient. https://user-images.githubusercontent.com/81597121/133503132-7288eca0-b323-4a36-925d-c70b880750cf.mov -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
