You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the request of ip/mgmt/bpl/getAllPVs to search all the pv names containing the given character. But results returned could only be case sensitive. It does not support case insensitive. I searched the source code of eipcsarchiverap, and found that in org.epics.archiverappliance.mgmt.bpl.PVsMatchingParameter.java, it uses WildcardFileFilter(List) to get all PVs. If it could use WildcardFileFilter(List, IOCase caseSensitivity) which has two parameters, this method could support case insensitive. If there is any other method to support case insensitive?
The text was updated successfully, but these errors were encountered:
I use the request of ip/mgmt/bpl/getAllPVs to search all the pv names containing the given character. But results returned could only be case sensitive. It does not support case insensitive. I searched the source code of eipcsarchiverap, and found that in org.epics.archiverappliance.mgmt.bpl.PVsMatchingParameter.java, it uses WildcardFileFilter(List) to get all PVs. If it could use WildcardFileFilter(List, IOCase caseSensitivity) which has two parameters, this method could support case insensitive. If there is any other method to support case insensitive?
The text was updated successfully, but these errors were encountered: