Commit 541c1102 by Madhan Neethiraj

ATLAS-2710: basic-search doesn't return deleted entities though excludeDeletedEntities is False

parent 65338c4d
......@@ -933,9 +933,5 @@ public abstract class DeleteHandlerV1 {
deleteEdgeReference(edge, CLASSIFICATION, false, false, instanceVertex);
}
//remove traitNames and propagatedTraitNames property from instanceVertex
instanceVertex.removeProperty(TRAIT_NAMES_PROPERTY_KEY);
instanceVertex.removeProperty(PROPAGATED_TRAIT_NAMES_PROPERTY_KEY);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment