zhaoyongjie edited a comment on issue #16277: URL: https://github.com/apache/superset/issues/16277#issuecomment-899971706
Currently, `like` or `ilike` operator in filter, there are some flaws. The query does not contain `%` in where clause. For this query, it is basically equivalent to `=` operator.  In addition to show `%` in the UI, I suggest putting `%` in the query. -- 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]
