Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
If user tries to add packages to system template that start with uppercase letters, said packages do not show up in the filtered results returned.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Sync RH content
2. Create a new system template, "fibble".
3. For purposes of comparison, in the left pane, navigate down to Packages in RH content.
4. In the right pane, Navigate to fibble > Packages
5. Enter "E" in the search box.
6. Delete that, and instead enter "C" in the search box.
Actual results:
For "E", packages such as e2fsprogs-* show up, but packages like ElectricFence do not.
For "C", packages such as "c-ares" show up, but packages like ConsoleKit do not
Also note that the search does not appear to differentiate between entering "E" and "e" - if that should even matter.
Expected results:
We should be able to retrieve/add packages to system templates that start with capital letters.
Additional info:
Updated the index settings for package search to support case-insensitive searching.
With this change, the auto-complete will attempt to find case-insensitive matches based on what user types in (e.g. consolekit == Consolekit == ConsoleKit ...etc).