I wanted to update a document entry and remove one field. Tried using unset($object->field). It is removed when printing $object->toArray() but the field is not actually removed on save. How should it be done?
I wanted to update a document entry and remove one field. Tried using unset($object->field). It is removed when printing $object->toArray() but the field is not actually removed on save. How should it be done?