mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Format
This commit is contained in:
parent
1ae47bec77
commit
3cc5d86598
1 changed files with 6 additions and 3 deletions
|
@ -2262,9 +2262,12 @@ async fn composite() {
|
|||
}
|
||||
"#);
|
||||
|
||||
let (value, code) = index.search_post(
|
||||
json!({"q": "bulldog", "hybrid": {"semanticRatio": 1.0, "embedder": "rest"}, "limit": 1}
|
||||
)).await;
|
||||
let (value, code) = index
|
||||
.search_post(
|
||||
json!({"q": "bulldog", "hybrid": {"semanticRatio": 1.0, "embedder": "rest"}, "limit": 1}
|
||||
),
|
||||
)
|
||||
.await;
|
||||
snapshot!(code, @"200 OK");
|
||||
snapshot!(value, @r#"
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue