Skip to content

Search with cyrillic symbols in 'LIKE' returns no results #21

@vetinary

Description

@vetinary

I have a query, which has condition concat(name, ' ', last_name) LIKE '%some_string%' and I have found out, that if some_string has cyrillic symbols, the result has no rows. But when I use the same query in clickhouse-client, it returns correct results.
Such behavior makes me think, that there is some problem with the body of request somewhere in phpClickHouse. I tried to debug it myself but have had no luck in detecting a place with the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions