@jeonghanlee found that you can use OR syntax to search for PV names: ``` LTB_*VVR*;LN_*VVR* (ok) LTB_*VVR*|LN_*VVR* (ok) LTB_*VVR*,LN_*VVR* (nok) ```
@jeonghanlee found that you can use OR syntax to search for PV names: