-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
k/bugSomething isn't workingSomething isn't workingp/urgentImmediate action requiredImmediate action requiredt/native-dbs
Description
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
adas98012
Metadata
Metadata
Assignees
Labels
k/bugSomething isn't workingSomething isn't workingp/urgentImmediate action requiredImmediate action requiredt/native-dbs