Konstantin
Konstantin
No I mean how are you quickly testing UI changes in Grafana, as It takes me a lot of time building the UI everytime I change something and restart grafana.
I already tried that, but I just get `{"tinylr":"Welcome","version":"1.1.1"}` how can I then see the UI?
Thanks. Didn't notice that the dev command also updates the plugin
Is there a performance difference between `field1: "test" AND fiel2: "test"` and `field1: "test" | fiel2: "test"`
Is it acceptable to change the query when it gets converted from Editor to Builder?
I mean: * `field1: "test" AND fiel2: "test"` to `field1: "test" | fiel2: "test"` * `{label!~"v1|...|vN"}` to `_stream:{label not_in (v1,...,vN)}`
@Loori-R May you be able to provide some complex test queries with edge cases to test my parser?
A little update: Most operations are working. 
@Loori-R Does this exact query work with the quotes? ` _time:[2025-05-01T00:00:00Z, 2025-05-02T00:00:00Z) "User "admin" logged in" ` Is the desc property per field or for all fields? ` _time:5m user_id:in(_time:1d...
Yeah already found the one sentence where it is mentioned. Just forgot to crossout the second question.