Sharmadha Sainath created ATLAS-2277:
----------------------------------------
Summary: Search using entity and trait attributes -
excludeDeletedEntities parameter doesn't take effect when classification is "*"
Key: ATLAS-2277
URL: https://issues.apache.org/jira/browse/ATLAS-2277
Project: Atlas
Issue Type: Bug
Components: atlas-core
Affects Versions: 1.0.0
Reporter: Sharmadha Sainath
POST request body to /api/atlas/v2/search/basic :
{code}
{
"excludeDeletedEntities":true,
"includeClassificationAttributes": true,
"entityFilters":null,
"tagFilters":null,
"attributes":[],
"limit":100,
"offset":0,
"classification":"*"
}
{code}
though excludeDeletedEntities is True , when classification is "*" , the result
has the DELETED entities too.
When any tag name is provided and excludeDeletedEntities when set to True ,
response doesn't have DELETED entities.
Hence incorrect results only when classification is "*".
CC : [[email protected]] [~nixonrodrigues]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)