-
Feature Request
-
Resolution: Done
-
Minor
-
None
-
False
-
False
-
-
-
-
1. Proposed title of this feature request
>> OCP web console search to filter objects by a literal value by using double quotes
2. What is the nature and description of the request?
>> The OpenShift console search to enable users to filter resources by a literal value
3. Why does the customer need this? (List the business requirements here)
>> As a WebGUI user, given a Namespace with a large number of resources, in order to find the resources I am looking for, I want to filter them by a literal value.
The current implementation works well with a small number of resources, but the more resources exist in a namespace the bigger the chances are that my search strings match resources I am not actually looking for.
4. How would the customer like to achieve this? (List the functional requirements here)
>> Search terms that are quotes("item") are matched literally, and not with abrevations.
5. For each functional requirement listed in question 4, specify how Red Hat and the customer can test o confirm the requirement is successfully implemented.
>> eg Given a Namespace with the following pods:
artemis-broker-65c54647b9-w257b
cert-mon-certificate-monitor-27423705--1-dpcf7
cert-mon-certificate-monitor-27423710--1-xqjfl
cert-mon-certificate-monitor-27423715--1-n2qm4
mariadb-77784cb5c5-m4nsj
oses-monitor-78dc449444-prddd
testrunner-certificate-monitor-test-6955d5cb77-g5zbz
testrunner-uat-daily-ldap-test-27420967--1-6m54z
testrunner-uat-daily-ldap-test-27422407--1-dmd2z
testrunner-uat-daily-ldap-test-27423847--1-m5brw
testrunner-uat-daily-load-test-27420238--1-kl7qs
testrunner-uat-daily-load-test-27421678--1-9j5r8
testrunner-uat-daily-load-test-27423118--1-pwk5w
testrunner-zsm-168-uat-daily-zsm-168-testrunner-274208--1-26dfw
testrunner-zsm-168-uat-daily-zsm-168-testrunner-274222--1-js7nd
testrunner-zsm-168-uat-daily-zsm-168-testrunner-274237--1-4mtrw
uat-broker-10-nob-01-6c8bb98459-cdm7q
uat-broker-11-nob-01-6676dbfc89-7gccl
uat-broker-12-nob-01-55b647f7f9-7msb4
uat-broker-20-nob-01-54f5c8dc49-gnkk5
uat-broker-21-nob-01-58b5dcc8cc-mfbq8
uat-broker-22-nob-01-95c98c9d-q96zc
zhs-administration-domain-644649c49d-2zc46
zhs-administration-frontend-f494bd648-chzf6
zhs-administration-restapi-6847dc75dc-4nmh8
zhs-base-accesslog-6c7d9c4fdf-dxmqd
zhs-base-artemis-adapter-5bd686458d-856b6
zhs-base-attachment-6d8b974559-pjk2h
zhs-base-case-7f4b58d555-srbrw
zhs-base-case-account-7b7f787bbc-b4kxd
zhs-base-command-bridge-859b5f99fd-tfbcb
zhs-base-config-857d89df54-cn8t8
zhs-base-document-conversion-c9c6d66f4-67n2n
zhs-base-document-generation-5cf7f9fdd-xx9h2
zhs-base-iam-repository-6bbf99df5c-ghrx4
zhs-base-job-scheduler-7bd9fb95fd-n7gx4
>> When I enter "center" as the search filter,
Then I want to see the following result:
zhs-center-domain-5db45cccc6-9b29t
zhs-center-frontend-69b64d7bfc-vlvw7
zhs-center-restapi-5d64f59b75-hbqmh
- relates to
-
CONSOLE-3392 Implement strict search in the OpenShift Console [from RFE/Customer requests]
- Closed