emiljanitzek / mongoose-delete-ts

Mongoose Soft Delete Plugin
MIT License
10 stars 4 forks source link

Allow to rename deleted field through plugin options #19

Closed ziishaned closed 1 month ago

ziishaned commented 1 year ago

Currently, there is no way to rename the deleted at field. I want to rename it to isDeleted.

emiljanitzek commented 7 months ago

You can add an alias to the deleted field to have it mapped to isDeleted. You can find an example on how to do this in the tests. Is this any okay solution or do you need the actual field in the database to be renamed as well?