]
RH Bugzilla Integration updated RTGOV-593:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References:
UX: Make filtering more full-text
---------------------------------
Key: RTGOV-593
URL:
https://issues.jboss.org/browse/RTGOV-593
Project: RTGov (Run Time Governance)
Issue Type: Bug
Components: User Interface
Affects Versions: 2.0.0.Final
Reporter: Andrej Vano
Assignee: Gary Brown
Fix For: 2.1.0.Final
The filtering in the UI is a bit confusing, here are some examples:
1. Have 1 situation with subject
"{urn:switchyard-soa:rtgov_console:1.0.0}OrderService|submitOrder"
If I want to filter by the subject the results are:
- "o" - no situations
- "or" - no situations
- "ord" - no situations
- "orde" - no situations
- "order" - no situations
- "orders" - no situations
- "orderse" - no situations
- "orderser" - no situations
- "orderserv" - finally the situation is found
This is why I set it as a bug:
2. Have 4 situations with descriptions "CPS", "HPS", "MPS",
"LPS" representing "Critical Priority Situation" etc.
If I want to filter these situations by description:
- "h" - no situations
- "hp" - no situations
- "hps" - All 4 situations returned