Andrii Tkach created AMBARI-13811:
-------------------------------------
Summary: Typing fast in 'name' filter field of the Hosts table
misses trailing character
Key: AMBARI-13811
URL: https://issues.apache.org/jira/browse/AMBARI-13811
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.1.3
Reporter: Andrii Tkach
Assignee: Andrii Tkach
Priority: Critical
Fix For: 2.1.3
Went to the hosts page, focussed on the Name filter field and typed really fast
3 characters 'gsb' hoping to see only hosts prefixed with it. However I was
seeing all hosts as the API call to filter only contained 'g' in the POST call
and not 'gsb'.
{code}
{
"RequestInfo": {
"query": "page_size=10&from=0&Hosts/host_name.matches(.*g.*)"
}
}
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)