Analytics

This commit is contained in:
Louis Dureuil 2024-07-11 16:37:16 +02:00
parent 83d71662aa
commit 3167411e98
No known key found for this signature in database
2 changed files with 28 additions and 8 deletions

View file

@ -42,7 +42,7 @@ pub struct MultiSearchAggregator;
#[allow(dead_code)]
impl MultiSearchAggregator {
pub fn from_queries(_: &dyn Any, _: &dyn Any) -> Self {
pub fn from_federated_search(_: &dyn Any, _: &dyn Any) -> Self {
Self
}