morrySnow opened a new issue #8418: URL: https://github.com/apache/incubator-doris/issues/8418
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues. ### Description `ilike` is a common udf for case insensitive string fuzzy matching that implemented by other database or query engine[1]. it is vary useful to do string search when we don't care about character case. [1]: [redshift](https://docs.aws.amazon.com/redshift/latest/dg/r_patternmatching_condition_like.html) [databricks](https://docs.databricks.com/sql/language-manual/functions/ilike.html) [postgreSQL](https://www.postgresql.org/docs/7.3/functions-matching.html) [snowflake](https://docs.snowflake.com/en/sql-reference/functions/ilike.html) ### Solution _No response_ ### Are you willing to submit PR? - [ ] 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org