mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
#4840 - Partial fix - Confirm task success after waiting for it - continued, few missing cases.
This commit is contained in:
parent
bf19f86e38
commit
15062e7dba
16 changed files with 91 additions and 91 deletions
|
@ -596,7 +596,7 @@ async fn test_cjk_highlight() {
|
|||
{ "id": 1, "title": "大卫到了扫罗那里" },
|
||||
]);
|
||||
let (response, _) = index.add_documents(documents, None).await;
|
||||
index.wait_task(response.uid()).await;
|
||||
index.wait_task(response.uid()).await.succeeded();
|
||||
|
||||
index
|
||||
.search(json!({"q": "で", "attributesToHighlight": ["title"]}), |response, code| {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue