Fix typo in DateRange docs (yyy → yyyy) (#38883)

This commit is contained in:
Hannes Van De Vreken 2019-02-15 16:18:12 +01:00 committed by Zachary Tong
parent b19b778cbb
commit 27cf7e27e7
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ POST /sales/_search?size=0
"range": {
"date_range": {
"field": "date",
"format": "MM-yyy",
"format": "MM-yyyy",
"ranges": [
{ "to": "now-10M/M" }, <1>
{ "from": "now-10M/M" } <2>