File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ between `10` and `20`.
14
14
15
15
[source,console]
16
16
----
17
- GET _search
17
+ GET / _search
18
18
{
19
19
"query": {
20
20
"range" : {
@@ -150,7 +150,7 @@ contains a date between today and yesterday.
150
150
151
151
[source,console]
152
152
----
153
- GET _search
153
+ GET / _search
154
154
{
155
155
"query": {
156
156
"range" : {
@@ -212,7 +212,7 @@ UTC offset. For example:
212
212
213
213
[source,console]
214
214
----
215
- GET _search
215
+ GET / _search
216
216
{
217
217
"query": {
218
218
"range": {
@@ -230,4 +230,4 @@ GET _search
230
230
<1> Indicates that `date` values use a UTC offset of `+01:00`.
231
231
<2> With a UTC offset of `+01:00`, {es} converts this date to
232
232
`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.
You can’t perform that action at this time.
0 commit comments