-
Notifications
You must be signed in to change notification settings - Fork 510
Open
Description
Description
Currently, the label search/filtering behavior is case insensitive, i.e. the labels "TEST" and "test" will be treated equally. To allow for the broadest kind of control, this filtering should be made CASE SENSITIVE.
It remains important still that no kind of style/formatting policy of any kind be enforced on the labels themselves, as the core does not enforce this either.
Use case
Provide greater control to resource filtering.
Interface Changes
No interface changes necessary.
Progress Status
- Code committed
- Testing - QA
- Documentation (Release notes - resolved issues, compatibility, known issues)