I tried Soft Delete for the first time. The delete() and restore() works perfectly as expected, but purge() is not doing what expected. It updates the deleted_at timestamp but my record is still in the database.
Second question: is it also possible to do the purge() when the deleted() has been done? I have written a special view only for deleted items, where i wanted to have action buttions for restore() and purge().