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 1538263 - [RFE] Allow searching on task action
Summary: [RFE] Allow searching on task action
Keywords:
Status: CLOSED DUPLICATE of bug 1417130
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Tasks Plugin
Version: 6.2.13
Hardware: All
OS: All
unspecified
low
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-01-24 18:09 UTC by Waldirio M Pinheiro
Modified: 2018-06-19 09:08 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-19 09:08:48 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Waldirio M Pinheiro 2018-01-24 18:09:31 UTC
Description of problem:
There are different search areas on Satellite, that said, customer expect to use the same pattern on all of them to looking for one information but there are different approach.

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

How reproducible:
100%

Steps to Reproduce:
1. Monitor - Tasks
2. We would like to filter all tasks where Action contain the word "Insight" then on the filter field *text field* we should add  "label ~ insight"
   Note: 
	The column is not label instead is Action but there isn't Action or action on the filter.
	if I use "insight*" doesn't works.

3. Now let's filter Hosts, to do that, Hosts - Content Hosts
4. We would like to filter all hosts that contain the word "virt-who-*" then on the filter field *text field* we should add "virt-who-*"
   Note: 
	if I use "name ~  virt-who-*" works
	if I use "virt-who-*" works

Actual results:
Different search patterns according the filter / page

Expected results:
Accept the same pattern independent of the search / area on Satellite

Additional info:

Comment 1 Tomer Brisker 2018-01-25 09:21:49 UTC
Implicit searching (i.e. without specifying field) isn't supported on all fields due to performance impact, and isn't recommended in general. 

Specifically for tasks table, action field is a calculated attribute that depends on several factors and isn't currently saved in the database. 
Searching for "insight" should return tasks matching "label ~ insight". Searching for "insight*" will only return tasks who's label (or any other field) start with insight, however the label for task may be for example "Actions::Insights::EmailPoller" which does not match the "insight*" search. 
This is consistent across all of the search fields in the application.

Changing title and severity to request adding search capability for action field.

Comment 3 Adam Ruzicka 2018-06-19 09:08:48 UTC
The ability to filter tasks based on the contents of the action column was added in BZ1417130. I'm closing this as a duplicate. If you think the other BZ doesn't cover this issue entirely, please feel free to reopen it.

*** This bug has been marked as a duplicate of bug 1417130 ***


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