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.
Bug 1488291 - [RFE] Content views should be searchable on the basis on 'label'
Summary: [RFE] Content views should be searchable on the basis on 'label'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Content Views
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: 6.4.0
Assignee: satellite6-bugs
QA Contact: tstrych
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-09-05 03:56 UTC by hprakash
Modified: 2021-12-10 15:21 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-16 15:28:43 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 20844 0 None None None 2017-09-05 04:15:24 UTC
Red Hat Issue Tracker SAT-6955 0 None None None 2021-12-10 15:21:54 UTC
Red Hat Product Errata RHSA-2018:2927 0 None None None 2018-10-16 15:30:00 UTC

Description hprakash 2017-09-05 03:56:37 UTC
Description of problem:
Below API endpoint-

/katello/api/v2/organizations/1/content_views?search=label=<cv_label> 

should return the results based on the matched content view label.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
$ curl -k -u admin:ranjan -X GET 'https://<satellite-fqdn>/katello/api/v2/organizations/<org-id>/content_views?search=label=<label-name>' -H 'content-type: application/json'

webUI also does not provide 'label' as a searchable attribute.
Actual results:
API call shows the below error-

{"displayMessage":"undefined method `composite?' for 27:Fixnum","errors":["undefined method `composite?' for 27:Fixnum"]}

Expected results:

content view search should match the provided label and results the matched content views

Additional info:

Comment 1 Satellite Program 2017-09-22 20:04:20 UTC
Moving this bug to POST for triage into Satellite 6 since the upstream issue http://projects.theforeman.org/issues/20844 has been resolved.

Comment 2 tstrych 2018-07-25 15:13:59 UTC
Verified with satellite 6.4 snap 13.

Used reproducer from OP, there was no traceback and the search was done as it was expected. 

Unfortunately, in hammer searching by label is still missing, in hammer you can search content view only by name or id. E.c Organization is searchable also by label .

Comment 4 errata-xmlrpc 2018-10-16 15:28:43 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2018:2927


Note You need to log in before you can comment on or make changes to this bug.