mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-23 05:15:04 +00:00
[Docs] Including leading slash in range query doc example URLs (#51277)
This commit is contained in:
parent
a76321437c
commit
86a50a24f3
@ -14,7 +14,7 @@ between `10` and `20`.
|
||||
|
||||
[source,console]
|
||||
----
|
||||
GET _search
|
||||
GET /_search
|
||||
{
|
||||
"query": {
|
||||
"range" : {
|
||||
@ -150,7 +150,7 @@ contains a date between today and yesterday.
|
||||
|
||||
[source,console]
|
||||
----
|
||||
GET _search
|
||||
GET /_search
|
||||
{
|
||||
"query": {
|
||||
"range" : {
|
||||
@ -212,7 +212,7 @@ UTC offset. For example:
|
||||
|
||||
[source,console]
|
||||
----
|
||||
GET _search
|
||||
GET /_search
|
||||
{
|
||||
"query": {
|
||||
"range": {
|
||||
@ -230,4 +230,4 @@ GET _search
|
||||
<1> Indicates that `date` values use a UTC offset of `+01:00`.
|
||||
<2> With a UTC offset of `+01:00`, {es} converts this date to
|
||||
`2019-12-31T23:00:00 UTC`.
|
||||
<3> The `time_zone` parameter does not affect the `now` value.
|
||||
<3> The `time_zone` parameter does not affect the `now` value.
|
||||
|
Loading…
x
Reference in New Issue
Block a user