You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: When a document does not exist for the given id, an error is returned. To ignore this error and treat the deletion as success, you can send ignore_not_found=true parameter.
The documentation of the method to delete a single document states:
However, calling
raises an exception:
TypeError: Document.delete() got an unexpected keyword argument 'ignore_not_found'
.Could you add the support of this parameter, please?
EDIT: actually, this would also be needed for the delete by query function:
because now it raises a
typesense.exceptions.ObjectNotFound
exception.The text was updated successfully, but these errors were encountered: