You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "pratik pandey (JIRA)" <ji...@apache.org> on 2018/03/07 10:52:00 UTC

[jira] [Created] (ATLAS-2483) UI : Display of faceted query

pratik pandey created ATLAS-2483:
------------------------------------

             Summary: UI : Display of faceted query
                 Key: ATLAS-2483
                 URL: https://issues.apache.org/jira/browse/ATLAS-2483
             Project: Atlas
          Issue Type: Bug
            Reporter: pratik pandey


On searching using basic search :
{code:java}
type  = hive_column
filter = position != 1 
{code}
the applied search is displayed as Type: hive_column AND (AND (position != 1))
In earlier versions , when OR support wasn't there in UI , same query would display Type: hive_table AND retention = 1

"hive_column AND (AND (position != 1))" is confusing to user.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)