Skip to content

Soft deletes #2838

@tezlm

Description

@tezlm

Is your feature request related to a problem? Please describe.

I need to be able to not return results that reference deleted data, but don't need full gdpr deletes.

Describe the solution you'd like

Some way to mark documents as deleted, maybe with a way to hard delete any soft deleted documents.

Describe alternatives you've considered

  • I could wait for mutable fields, then filter out deleted stuff, but this doesn't exist yet
  • I could filter outside of tantivy, but this could have reduced performance if the search query returns a lot of deleted data

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions