fn soft_delete(
index: &SqliteBackend,
ids: &[(MemoryId, String, Memory)],
) -> DeleteResultExpand description
Performs soft delete (tombstone) on the given memories.
fn soft_delete(
index: &SqliteBackend,
ids: &[(MemoryId, String, Memory)],
) -> DeleteResultPerforms soft delete (tombstone) on the given memories.