Skip to content

Commit

Permalink
[Docs] Including leading slash in range query doc example URLs (elast…
Browse files Browse the repository at this point in the history
  • Loading branch information
russcam authored and Christoph Büscher committed Jan 22, 2020
1 parent a763214 commit 86a50a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/reference/query-dsl/range-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ between `10` and `20`.

[source,console]
----
GET _search
GET /_search
{
"query": {
"range" : {
Expand Down Expand Up @@ -150,7 +150,7 @@ contains a date between today and yesterday.

[source,console]
----
GET _search
GET /_search
{
"query": {
"range" : {
Expand Down Expand Up @@ -212,7 +212,7 @@ UTC offset. For example:

[source,console]
----
GET _search
GET /_search
{
"query": {
"range": {
Expand All @@ -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.

0 comments on commit 86a50a2

Please sign in to comment.