meili-bors[bot]
|
e2d0ce52ba
|
Merge #5384
5384: Get multiple documents by ids r=irevoire a=dureuill
# Pull Request
## Related issue
Fixes #5345
## What does this PR do?
- Implements [public usage](https://www.notion.so/meilisearch/Get-documents-by-ID-1994b06b651f805ba273e1c6b75ce4d8)
- Slightly refactor error messages for the `/similar` route
Co-authored-by: Louis Dureuil <louis@meilisearch.com>
|
2025-03-12 17:26:49 +00:00 |
|
ManyTheFish
|
7072fe9780
|
Fix typos in comments and messages
|
2025-03-11 15:22:00 +01:00 |
|
ManyTheFish
|
c9a4c6ed96
|
REvert metadata creation when computing filters at search time
|
2025-03-10 14:29:44 +01:00 |
|
Louis Dureuil
|
21c3b3957e
|
tests: Change get_document_by_filter to fetch_documents
|
2025-03-10 11:11:48 +01:00 |
|
Louis Dureuil
|
c32bec338f
|
Fix tests
|
2025-01-14 13:55:33 +01:00 |
|
airycanon
|
b75f1f4c17
|
fix tests
# Conflicts:
# crates/index-scheduler/src/batch.rs
# crates/index-scheduler/src/snapshots/lib.rs/fail_in_process_batch_for_document_deletion/after_removing_the_documents.snap
# crates/index-scheduler/src/snapshots/lib.rs/test_document_addition_with_bad_primary_key/fifth_task_succeeds.snap
# crates/index-scheduler/src/snapshots/lib.rs/test_document_addition_with_bad_primary_key/fourth_task_fails.snap
# crates/index-scheduler/src/snapshots/lib.rs/test_document_addition_with_multiple_primary_key/second_task_fails.snap
# crates/index-scheduler/src/snapshots/lib.rs/test_document_addition_with_multiple_primary_key/third_task_fails.snap
# crates/index-scheduler/src/snapshots/lib.rs/test_document_addition_with_multiple_primary_key_batch_wrong_key/second_and_third_tasks_fails.snap
# crates/index-scheduler/src/snapshots/lib.rs/test_document_addition_with_set_and_null_primary_key_inference_works/all_other_tasks_succeeds.snap
# crates/index-scheduler/src/snapshots/lib.rs/test_document_addition_with_set_and_null_primary_key_inference_works/second_task_fails.snap
# crates/index-scheduler/src/snapshots/lib.rs/test_document_addition_with_set_and_null_primary_key_inference_works/third_task_succeeds.snap
# Conflicts:
# crates/index-scheduler/src/batch.rs
# crates/meilisearch/src/search/mod.rs
# crates/meilisearch/tests/vector/mod.rs
# Conflicts:
# crates/index-scheduler/src/batch.rs
|
2024-12-06 02:03:02 +08:00 |
|
Tamo
|
6062914654
|
add the batch_id to the tasks
|
2024-11-20 10:42:54 +01:00 |
|
Clément Renault
|
9c1e54a2c8
|
Move crates under a sub folder to clean up the code
|
2024-10-21 08:18:43 +02:00 |
|