You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Keval Bhatt (Jira)" <ji...@apache.org> on 2020/10/06 09:04:00 UTC

[jira] [Created] (ATLAS-3979) Beta UI : Removing one of the filters with an attribute name removes all of the filters with that attribute name.

Keval Bhatt created ATLAS-3979:
----------------------------------

             Summary: Beta UI : Removing one of the filters with an attribute name removes all of the filters with that attribute name.
                 Key: ATLAS-3979
                 URL: https://issues.apache.org/jira/browse/ATLAS-3979
             Project: Atlas
          Issue Type: Bug
            Reporter: Keval Bhatt
            Assignee: Keval Bhatt


Create a basic search with filters:

typename = _ALL_ENTITY_TYPES

filters:
_classificationNames = tag1 and
_classificationNames = tag2 and
_createdBy = hive

Fire Search.
From UI , remove "_classificationNames = tag1" filter .

This removes "_classificationNames = tag2" filter too since the attribute name _classificationNames is same.

Other attribute _createdBy is intact.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)