Pinal created ATLAS-3615:
----------------------------
Summary: 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
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}
{
"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}
Also,
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)