Issue
LIKE queries don't work correctly with multibyte characters (Chinese, Japanese, Korean, etc).
Example:
SELECT * FROM products WHERE description LIKE '%中文%'
Returns empty result even though there are matching documents. Works fine with ASCII strings.
This appears to be an encoding issue in the LIKE operator implementation.
Environment: OpenSearch 2.18, SQL plugin 2.18.0