-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RS-594: Filter data in object explorer with when conditions #80
RS-594: Filter data in object explorer with when conditions #80
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally, looks good. However, it doesn't work properly for request with the same label name. Check please with this conditions:
{
"&left-ear-1-x": {
"$lt": 150
},
"&left-ear-1-x": {
"$gt": 250
}
}
It also doesn't show error message if I use wrong operator:
{
"&left-ear-1-x": {
"$gyt": 250
}
}
@atimin I'm stuck parsing duplicate keys from JSON. Do you have any idea how to do this correctly? |
it is not a bug , it is how a dictionary works with the key duplication. |
Closes #
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Feature
What was changed?
Filter data with
when
conditions in object explorer with JSON editorRelated issues
No
Does this PR introduce a breaking change?
No
Other information: