Skip to content

Commit 86a50a2

Browse files
russcamChristoph Büscher
authored and
Christoph Büscher
committed
[Docs] Including leading slash in range query doc example URLs (elastic#51277)
1 parent a763214 commit 86a50a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/reference/query-dsl/range-query.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ between `10` and `20`.
1414

1515
[source,console]
1616
----
17-
GET _search
17+
GET /_search
1818
{
1919
"query": {
2020
"range" : {
@@ -150,7 +150,7 @@ contains a date between today and yesterday.
150150

151151
[source,console]
152152
----
153-
GET _search
153+
GET /_search
154154
{
155155
"query": {
156156
"range" : {
@@ -212,7 +212,7 @@ UTC offset. For example:
212212

213213
[source,console]
214214
----
215-
GET _search
215+
GET /_search
216216
{
217217
"query": {
218218
"range": {
@@ -230,4 +230,4 @@ GET _search
230230
<1> Indicates that `date` values use a UTC offset of `+01:00`.
231231
<2> With a UTC offset of `+01:00`, {es} converts this date to
232232
`2019-12-31T23:00:00 UTC`.
233-
<3> The `time_zone` parameter does not affect the `now` value.
233+
<3> The `time_zone` parameter does not affect the `now` value.

0 commit comments

Comments
 (0)