[DOCS] Fixes callout for Asciidoctor migration (#41127)
This commit is contained in:
parent
05cf53934a
commit
e120deb08f
|
@ -278,7 +278,7 @@ POST /sales/_search?size=0
|
|||
"time_zone": "CET",
|
||||
"ranges": [
|
||||
{ "to": "2016/02/01" }, <1>
|
||||
{ "from": "2016/02/01", "to" : "now/d" <2>},
|
||||
{ "from": "2016/02/01", "to" : "now/d" }, <2>
|
||||
{ "from": "now/d" }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue