This commit is contained in:
Mubelotix 2025-07-08 13:57:17 +02:00
parent 1ae47bec77
commit 3cc5d86598
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942

View file

@ -2262,9 +2262,12 @@ async fn composite() {
} }
"#); "#);
let (value, code) = index.search_post( let (value, code) = index
json!({"q": "bulldog", "hybrid": {"semanticRatio": 1.0, "embedder": "rest"}, "limit": 1} .search_post(
)).await; json!({"q": "bulldog", "hybrid": {"semanticRatio": 1.0, "embedder": "rest"}, "limit": 1}
),
)
.await;
snapshot!(code, @"200 OK"); snapshot!(code, @"200 OK");
snapshot!(value, @r#" snapshot!(value, @r#"
{ {