From 788ac05d4554a15d85a32299fe938b575b0f2a0f Mon Sep 17 00:00:00 2001 From: Pascal Seitz Date: Thu, 24 Nov 2022 14:25:01 +0800 Subject: [PATCH] update docs --- src/aggregation/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aggregation/mod.rs b/src/aggregation/mod.rs index a9dc69c775..d095be976e 100644 --- a/src/aggregation/mod.rs +++ b/src/aggregation/mod.rs @@ -12,7 +12,7 @@ //! //! ## Prerequisite //! Currently aggregations work only on [fast fields](`crate::fastfield`). Single value fast fields -//! of type `u64`, `f64`, `i64` and fast fields on text fields. +//! of type `u64`, `f64`, `i64`, `date` and fast fields on text fields. //! //! ## Usage //! To use aggregations, build an aggregation request by constructing