Skip to content

[clickhouse] Undesired URL Decode when using ILIKE #166

@axdotl

Description

@axdotl

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

  1. Go to https://<your-kobs-instance>/clickhouse-logging
  2. Enter following into search field namespace='monitoring' _and_ log=~'%403%'
  3. Execute search (hit Enter or press search-button)
  4. Admire change of search string to namespace='monitoring' _and_ log=~'@3%'

Expected behavior

When using ILIKE its not desired to have percent sequences interpreted as URL encoding

Screenshots

image

image

Additional context

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions