Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.8.2, 1.0.0
-
None
Description
POST request body to /api/atlas/v2/search/basic :
{ "excludeDeletedEntities":true, "includeClassificationAttributes": true, "entityFilters":null, "tagFilters":null, "attributes":[], "limit":100, "offset":0, "classification":"*" }
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 "*".