You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sharmadha Sainath (JIRA)" <ji...@apache.org> on 2017/07/04 05:44:00 UTC

[jira] [Created] (ATLAS-1915) UI - Search using entity and trait attributes - Refresh Button fires the search query (Basic/DSL) again.

Sharmadha Sainath created ATLAS-1915:
----------------------------------------

             Summary: UI - Search using entity and trait attributes - Refresh Button fires the search query (Basic/DSL) again.
                 Key: ATLAS-1915
                 URL: https://issues.apache.org/jira/browse/ATLAS-1915
             Project: Atlas
          Issue Type: Bug
          Components: atlas-webui
    Affects Versions: 0.9-incubating
            Reporter: Sharmadha Sainath
             Fix For: 0.9-incubating


On clicking the Refresh Button to refresh types (data-id : refreshBtn) , makes the following 2 queries :
1./api/atlas/v2/types/typedefs/headers
2.Search query

Before the new search feature in place , only query no.1 was made. 

In Advanced search tab , when refresh button is clicked without any type or query , following invalid query is made in addition to query no.1
{code}
http://localhost:21000/api/atlas/v2/search?
{code}
which throws 500 Internal server error.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)