MeiliSearch/meilisearch/tests/documents
bors[bot] 3e5b3df487
Merge #3370 #3373 #3375
3370: make the swap indexes not found errors return an IndexNotFound error-code r=irevoire a=irevoire

Fix https://github.com/meilisearch/meilisearch/issues/3368

3373: fix a wrong error code and add tests on the document resource r=irevoire a=irevoire

Fix https://github.com/meilisearch/meilisearch/issues/3371

3375: Avoid deleting all task invalid canceled by r=irevoire a=Kerollmops

Fixes #3369 by making sure that at least one `canceledBy` task filter parameter matches something.

Co-authored-by: Tamo <tamo@meilisearch.com>
Co-authored-by: Kerollmops <clement@meilisearch.com>
2023-01-18 15:21:11 +00:00
..
add_documents.rs Introduce a canceledBy filter for the tests 2023-01-18 15:50:42 +01:00
delete_documents.rs Replace underscores with hyphens in doc link to error code 2023-01-05 10:09:02 +01:00
errors.rs fix a wrong error code and add tests on the document resource 2023-01-18 15:28:02 +01:00
get_documents.rs Replace underscores with hyphens in doc link to error code 2023-01-05 10:09:02 +01: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 Replace underscores with hyphens in doc link to error code 2023-01-05 10:09:02 +01:00