sasaki77 / archiverappliance-datasource

EPICS Archiver Appliance plugin for Grafana dashboard
https://sasaki77.github.io/archiverappliance-datasource
MIT License
14 stars 7 forks source link

BUG: alternative pattern doesn't work correctly #105

Closed sasaki77 closed 2 years ago

sasaki77 commented 2 years ago

Query for (a):(b):(c):(d|e) should return abcd and abce PVs. However the backend returned abce and abce.

This PR fixes this problem.