这是indexloc提供的服务,不要输入任何密码
Skip to content

[2.11.1] in operator  #8961

@vitaliytv

Description

@vitaliytv

Version Information

Server Version: 2.11.1 only, 2.11.0 work as expected

Environment

OSS

What is the current behaviour?

query with non latin symbol in operator return empty result
for example:

query issue_title {
  issue_title(where: {group_id: {_in: ["Україна"]}}) {
    id
    name
  }
}

return empty array

What is the expected behaviour?

with 2.11.0
query with non latin symbol in operator return empty result
for example:

query issue_title {
  issue_title(where: {group_id: {_in: ["Україна"]}}) {
    id
    name
  }
}

return correct result

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions