MeiliSearch/meilisearch/tests/documents
Tamo 9258e5b5bf Fix the stats of the documents deletion by filter
The issue was that the operation « DocumentDeletionByFilter » was not
declared as an index operation. That means the indexes stats were not
reprocessed after the application of the operation.
2023-09-11 14:04:10 +02:00
..
add_documents.rs fix: update payload_too_large error message to include human readable maximum acceptable payload size 2023-05-10 18:16:59 +02:00
delete_documents.rs Fix the stats of the documents deletion by filter 2023-09-11 14:04:10 +02:00
errors.rs get rid of the invalid document delete filter in favor of the invalid document filter 2023-05-24 11:53:16 +02:00
get_documents.rs fix the fields field of the POST fetch document API 2023-05-04 15:34:09 +02:00
mod.rs fix a wrong error code and add tests on the document resource 2023-01-18 15:28:02 +01:00
update_documents.rs Fix non insta tests 2023-01-19 16:10:05 +01:00