junlincc opened a new issue #16765:
URL: https://github.com/apache/superset/issues/16765


   - Add new operators: "Contains", "Starts with" and "Ends with" (`'%str%'`, 
`'str%'` and `'%str'` respectively) that will escape underscores, do **case 
insensitive** matching when writing all lowercase (e.g. "ma") and **case 
sensitive** when writing mixed case (e.g. "Ma"). These would be primarily 
geared towards less technical business users. The reason for deciding when to 
do case sensitive vs insensitive matching is to keep the basic UX as simple as 
possible and avoid having to add separate case sensitive and insensitive 
variants of these operators.
   
   Someone will undoubtedly want to do case sensitive all lowercase matching, 
but for those cases they should probably just learn to use the full `LIKE` 
operator.
   
   _Originally posted by @villebro in 
https://github.com/apache/superset/issues/16396#issuecomment-920672125_
   
   as comment to #16277 and #16396 


-- 
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]

Reply via email to