You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2015/11/10 14:41:11 UTC

[jira] [Updated] (AMBARI-13811) Typing fast in 'name' filter field of the Hosts table misses trailing character

     [ https://issues.apache.org/jira/browse/AMBARI-13811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrii Tkach updated AMBARI-13811:
----------------------------------
    Attachment: Screen Shot 2015-11-09 at 10.48.16 AM.png

> 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
>
>         Attachments: Screen Shot 2015-11-09 at 10.48.16 AM.png
>
>
> 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)