mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-31 07:23:15 +08: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 {
|
||||
aggregate.succeed(search_result);
|
||||
}
|
||||
analytics.get_search(aggregate);
|
||||
analytics.post_search(aggregate);
|
||||
|
||||
let search_result = search_result?;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user