Bug 1213819
Summary: | Content -> Errata : type and severity search filters are case sensitive | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Brad Buckingham <bbuckingham> |
Component: | WebUI | Assignee: | Walden Raines <walden> |
WebUI sub component: | Katello | QA Contact: | sthirugn <sthirugn> |
Status: | CLOSED WONTFIX | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | bkearney, sthirugn |
Version: | 6.1.0 | Keywords: | Triaged |
Target Milestone: | Unspecified | ||
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://projects.theforeman.org/issues/10800 | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-06-12 18:22:39 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Brad Buckingham
2015-04-21 11:20:45 UTC
Since this issue was entered in Red Hat Bugzilla, the release flag has been set to ? to ensure that it is properly evaluated for this release. Created redmine issue http://projects.theforeman.org/issues/10800 from this bug After looking into this further I have realized this is how this search is supposed to work. The "=" operator literally means equals and not similar to. If you want to search for "Bugfix" instead of "bugfix" you need to use the "~" operator. I think that this is the expected behavior and you'd only run into this issue by purposefully capitalizing the severity or type since we have autocomplete for this search. Note also that if you search just for "Bugfix"(i.e. without using the = operator) you will get the correct results. |