zowe/zowe-explorer-vscode
Filtering PDS by user ID should not be case-sensitive
Open
#3,723 opened on Jun 20, 2025
buggood first issuepriority-lowseverity-low
Repository metrics
- Stars
- (189 stars)
- PR merge metrics
- (PR metrics pending)
Description
Is your feature request related to a problem? Please describe.
User IDs cannot contain lowercase letters. When filtering members by user ID, users might enter a lowercase value for the user ID filter assuming that the filtering will not be case sensitive.
Describe the solution you'd like
We should convert the user ID filter to uppercase since there cannot be lowercase characters in a user ID.
Describe alternatives you've considered
The workaround is to enter the filter in uppercase.
Additional context