Actions
Bug #31939
closedErrata freeform search needs to look into title/history/description
Status:
Closed
Priority:
Normal
Assignee:
Category:
Errata Management
Target version:
Description
Most of the attributes in https://github.com/Katello/katello/blob/master/app/models/katello/erratum.rb#L20-L28 have `only_explicit` set. This means none of the errata attributes are searchable by default.
Steps:
1) Sync repo with errata
2) Go to Content -> Errata
3) Type the title/description
Notice no results are returned. We just need to make the free form search handle this.
Actions