> query all
+------------------------------------+--------+-------------------------------+-----------------------+
| TIME | TOPIC | SCHEMA | DATA |
+------------------------------------+--------+-------------------------------+-----------------------+
| 2023-08-18T19:03:23.89212828-07:00 | /dicts | {"key":string,"value":int64,} | key: "id", value: 123 |
+------------------------------------+--------+-------------------------------+-----------------------+
> query all in /dicts | filter x -> x[key] == "id"
504 Syntax error found in query:
all in /dicts | filter x -> x[key] == "id"
^~ Both operands must be numeric
Currently we get the following: