-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add value_as_string to min/max aggregations (#3081)
min/max aggregations return also value_as_string, which can be useful when running over date fields: { "aggregations": { "max-example": { "value": 1770336000000, "value_as_string": "2026-02-06" }, "min-example": { "value": 1716422400000, "value_as_string": "2024-05-23" } } } It is possible to access them now.
- Loading branch information
Showing
2 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters