[
https://issues.apache.org/jira/browse/ATLAS-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj resolved ATLAS-2277.
-------------------------------------
Resolution: Fixed
Committed to following branches:
- master: http://git-wip-us.apache.org/repos/asf/atlas/commit/a7e89196
- branch-0.8: http://git-wip-us.apache.org/repos/asf/atlas/commit/74f5ebe1
> 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)