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:53:00 UTC

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

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

Sharmadha Sainath updated ATLAS-1915:
-------------------------------------
    Description: 
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.

CC :[~kevalbhatt]

  was:
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.



> 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.
> CC :[~kevalbhatt]



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