[
https://issues.apache.org/jira/browse/ATLAS-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj reassigned ATLAS-2277:
---------------------------------------
Assignee: Madhan Neethiraj
Affects Version/s: 0.8.2
Fix Version/s: 0.8.2
1.0.0
Good catch [~ssainath]!
Patch to fix this issue is available in review board here:
https://reviews.apache.org/r/64072/
> 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, 0.8.2
> Reporter: Sharmadha Sainath
> Assignee: Madhan Neethiraj
> Fix For: 1.0.0, 0.8.2
>
>
> 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)