Closed DouglasSherk closed 11 years ago
Right now, we physically remove all documents from the database when they're deleted. For auditing purposes, and also because some code would be simplified with a |:deleted => true| field on it, we should switch to shallow deletion.
Fixes #146
Right now, we physically remove all documents from the database when they're deleted. For auditing purposes, and also because some code would be simplified with a |:deleted => true| field on it, we should switch to shallow deletion.