CosmicMind / Graph

Graph is a semantic database that is used to create data-driven applications.
http://cosmicmind.com
MIT License
873 stars 72 forks source link

Unable to remove all properties for the specific entity #129

Closed lazarte closed 6 years ago

lazarte commented 7 years ago

For whatever reason all the properties of the Entity or Relationship does not remove. Tried to have atleast 20 properties on the Entity and Relationship and check the local db some data does not remove when doing the relationship.object?.delete() and relationship.delete().

daniel-jonathan commented 7 years ago

Can you share a sample that demonstrates this with the steps you took?

lazarte commented 7 years ago

Just modified your Search sample for graph. Made a relationship with subject and object entity. Here is the modified sample search GraphSearch.

daniel-jonathan commented 6 years ago

Thank you for submitting this. I don't see an advantage in the diff. Maybe you can explain your approach?