Feature #10551
Allow users to search content view versions by fields like version, and perhaps repository and environment
Description
Currently we only offer a filter box on the content view versions page but we ought to be able to scoped search content view versions by fields like version and perhaps repository and environment.
Associated revisions
History
#1
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 31
- Triaged changed from No to Yes
#2
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5266 added
- Pull request deleted (
)
#3
Updated by John Mitsch almost 8 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a7e8ad4c7adcbbce30cc37f73653aa3aa8eca6f4.
#4
Updated by John Mitsch almost 8 years ago
Need to add search by environment
opened an issue in the scoped_search gem here https://github.com/wvanbergen/scoped_search/issues/131 that is blocking this
Fixes #10551 - Add scoped search for content view version by version and repository
Because version is stored in a major and minor column
I had to write a custom function to search by version. All operators that scoped search provides in autocomplete
are accounted for. Ran into issues using scoped search gem to search cvv by environment for a has-many-through relationship.