Quotation marks in primary silently fails entire index.add_document
call.
#511
Labels
bug
Something isn't working
index.add_document
call.
#511
Source
Cargo test
Log
Notice how
A batch of tasks was successfully completed.
is not preceded bydocument addition done
when the batch contained a document with a single quote in the primary key.Expected behavior
Call to
index.add_document
should return andinvalid_document_id
error, preferably explaining that the single quote is an invalid error.The text was updated successfully, but these errors were encountered: