[
https://issues.apache.org/jira/browse/ATLAS-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pinal updated ATLAS-3615:
-------------------------
Attachment: (was: ATLAS-3615.patch)
> 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
> Reporter: Pinal
> Assignee: Pinal
> Priority: Major
> Attachments: ATLAS-3615.2.patch
>
>
> 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)