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/22 13:39:00 UTC

[jira] [Updated] (ATLAS-3615) Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification

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

Pinal updated ATLAS-3615:
-------------------------
    Affects Version/s: 2.0.0

> Basic Search : Search with _ALL_ENTITY_TYPES and classification doesn't not fetch any entity associated to that classification
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ATLAS-3615
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3615
>             Project: Atlas
>          Issue Type: Bug
>          Components:  atlas-core
>    Affects Versions: 2.0.0
>            Reporter: Pinal
>            Assignee: Pinal
>            Priority: Major
>              Labels: BasicSearch
>             Fix For: 2.1.0, 3.0.0
>
>
> 1. classification : tag1 returns all entities associated to tag1
> 2. typename : _ALL_ENTITY_TYPES returns all entities under all types.
> 3. classification : tag1 typename : hive_table returns all hive_table entities associated to tag1
> 4. classification : tag1 typename : _ALL_ENTITY_TYPES doesn't return any result. Expected it would return same results as query1.
> Basic search payload :
> {code:java}
> { 
> "excludeDeletedEntities":true,
> "includeSubClassifications":true,
> "includeSubTypes":true,
> "includeClassificationAttributes":true,
> "entityFilters":null,
> "tagFilters":null,
> "attributes":[
> ],
> "limit":25,
> "offset":0,
> "typeName":"_ALL_ENTITY_TYPES",
> "classification":"tag1",
> "termName":null
> }
> {code}
>  5. classification : tag1, typename : _ALL_ENTITY_TYPES, Search by text, this combination doesn't return any result



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