Replies: 1 comment
-
As of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, QB filters support only simple data types (strings, numbers, etc...) with relevant comparison operators.
Having support for Map, Array and may be a few more will enrich the possibility of QB.
For example, a simple filter by map value with known key is is not possible (ResourceAttributes is a map).
In the below screenshot, ResourceAttributes field is treated as a standard data type.

Specifically for maps, I don't expect any key listing functionality. The key should be provided by the user explicitly.
Arrays filtering should follow the same idea. The ability to specify:
With the relevant comparison operators including:
Beta Was this translation helpful? Give feedback.
All reactions