Artur Minchukou
Artur Minchukou
The feature has been included in the v0.20.0 release of [victorialogs-datasource](https://github.com/VictoriaMetrics/victorialogs-datasource/releases). Closing the issue as resolved.
> I am running v.020 but still do not see one of (=|) or Not one of (!=|) > > Am I missing something? How can I enable it? Hey...
> Grafana cloud. > > I should be on the latest version of grafana Checked it now on grafana cloud, for me it works as expected. Did you try to...
@enotspe just set the db url. That's it.
@enotspe Could be [this issue](https://github.com/grafana/grafana/issues/110465) related to your problem?
PR with the fix was merged and will be included to the next release
@pgassmann @valyala @func25 , The issue was fixed in the [v0.21.4](https://github.com/VictoriaMetrics/victorialogs-datasource/releases/tag/v0.21.4) plugin version. Close the issue as fixed. If you find any problems, feel free to reopen the issue
Hi @pgassmann ! The issue was fixed and is available in the release [v0.18.1](https://github.com/VictoriaMetrics/victorialogs-datasource/releases/tag/v0.18.1). If you find any issue, please reopen this one.
I think [this issue #238 ](https://github.com/VictoriaMetrics/victorialogs-datasource/issues/238) will fix the problem with wrapping in parenthess.
@myeongseok-rpls thanks for bug reporting! Grafana changed the code from version 12.3.0. To fix the pagination, need to remove/change the [meta type](https://github.com/VictoriaMetrics/victorialogs-datasource/blob/e37c1426550262515d63801a8a78e61ce0798ecc/src/backendResultTransformer.ts#L48). Will fix it.