Closed sasaki77 closed 2 years ago
Query for (a):(b):(c):(d|e) should return abcd and abce PVs. However the backend returned abce and abce.
(a):(b):(c):(d|e)
abcd
abce
This PR fixes this problem.
Query for
(a):(b):(c):(d|e)
should returnabcd
andabce
PVs. However the backend returnedabce
andabce
.This PR fixes this problem.