You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Filter works only if the filtered parameter is a single word (without spaces) or if quotes are used:
[? manufacturer == "samsung"]
[? "OS name"== "android"]
To Reproduce
Steps to reproduce the behavior:
Use a json with fields of more than one word example: { "OS name": "..", "OS version": ".."}
Click on Transform and try to filter using the OS name field
An Exception is thrown (see attached screenshot)
The text was updated successfully, but these errors were encountered:
Describe the bug
Filter works only if the filtered parameter is a single word (without spaces) or if quotes are used:
[? manufacturer ==
"samsung"
][? "OS name"==
"android"
]To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: