https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17387 Brian Pichman <brian.pichman@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |brian.pichman@bywatersoluti | |ons.com --- Comment #155 from Brian Pichman <brian.pichman@bywatersolutions.com> --- Hi All -- just aanother thought that may be an easier process can Koha implement a soft delete model. When a record is deleted, it would simply be flagged as deleted rather than removed from the database. A staff interface (or plugin) could then allow administrators to search for and restore these flagged records if needed? I suppose the other side is making sure Koha doesn't query / search for items with the deleted flag/time stamp. Not sure which lift is easier to perform but at least in my experience in the PHP/MySQL world its not painful. We would also want to set up a cron (back end maintenance ) to purge those records after X days (say 5 days) just to not have bloated tables. Other impacts: I'm not positive how Elastic/Zebra pulls from records but I assume it too can be told to ignore a deleted flag? -- You are receiving this mail because: You are watching all bug changes.