Actions
Bug #6508
closedContent view filter Package group search does not work
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1116087
Steps to Reproduce:
1. Create a content view
2. Add a repo to the CV with multiple package groups
3. Create a package group filter
4. try to search
Actual results:
Nothing is returned
Expected results:
search for group is returned
Additional info:
Added by Justin Sherrill almost 11 years ago
Added by Justin Sherrill almost 11 years ago
Actions
fixes #6508 - fixing package group search
With the removal of the lowercase filter previously
in the kt_name_analyzer, filters would work properly
but search were still being downcased by default, thus
anything with an uppercase letter could not be searched for
also the controller logic had some incorrect code