You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Pinal (Jira)" <ji...@apache.org> on 2020/05/20 17:28:00 UTC

[jira] [Updated] (ATLAS-3802) BasicSearch: filter, attribute with NEQ operator doesn't match attribute having null values

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

Pinal updated ATLAS-3802:
-------------------------
    Description: 
When filter with 'attribute' != 'value' is searched, it doesn't fetch entities where attribute is not present.

Eg. propagatedClassification != tag1 is searched, it fetches all entities not tagged to tag1 , but it will not match to entities which don't have *any* propagated tags

  was:
When propagatedClassification != tag1 is searched, it fetches all entities not tagged to tag1

But it will not match to entities which don't have any propagated tags


> BasicSearch: filter, attribute with NEQ operator doesn't match attribute having null values
> -------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-3802
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3802
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Pinal
>            Assignee: Pinal
>            Priority: Major
>
> When filter with 'attribute' != 'value' is searched, it doesn't fetch entities where attribute is not present.
> Eg. propagatedClassification != tag1 is searched, it fetches all entities not tagged to tag1 , but it will not match to entities which don't have *any* propagated tags



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