mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-26 23:04:26 +01:00
Branch POST /search on the dedicated analytics aggregator
This commit is contained in:
parent
847fcb570b
commit
6660be2cb7
@ -150,7 +150,7 @@ pub async fn search_with_post(
|
|||||||
if let Ok(ref search_result) = search_result {
|
if let Ok(ref search_result) = search_result {
|
||||||
aggregate.succeed(search_result);
|
aggregate.succeed(search_result);
|
||||||
}
|
}
|
||||||
analytics.get_search(aggregate);
|
analytics.post_search(aggregate);
|
||||||
|
|
||||||
let search_result = search_result?;
|
let search_result = search_result?;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user