You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2016/05/17 13:33:13 UTC

[jira] [Created] (ATLAS-798) UI: Search of a tag with empty results is resulting in a stuck spinner.

Hemanth Yamijala created ATLAS-798:
--------------------------------------

             Summary: UI: Search of a tag with empty results is resulting in a stuck spinner.
                 Key: ATLAS-798
                 URL: https://issues.apache.org/jira/browse/ATLAS-798
             Project: Atlas
          Issue Type: Bug
            Reporter: Hemanth Yamijala


* Create a tag.
* With search type as Text, select the Tag from the UI screen. (Same happens with DSL search as well, if the result set is empty)
* The results from the API comes back with empty results as below.
{code}
{
	"requestId": "qtp142805395-1502 - a6928cc0-8f79-49e1-a1e5-354ddedae094",
	"query": "tag2",
	"queryType": "full-text",
	"count": 0,
	"results": []
}
{code}

The result is a stuck spinner on the UI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)