Skip to content

Commit

Permalink
[DOCS] Correct date math ex for gt and gte parms in range query…
Browse files Browse the repository at this point in the history
… docs (#46873)
  • Loading branch information
rikardbakkehaug authored and jrodewig committed Sep 19, 2019
1 parent 428591a commit 9e34c5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/query-dsl/range-query.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GET _search
--
Rounds up to the lastest millisecond.

For example, `2014-11-18||/M` rounds up to `2014-11-30T23:59:59.999`, including
For example, `2014-11-18||/M` rounds up to `2014-11-30T23:59:59.999`, excluding
the entire month.
--

Expand All @@ -184,7 +184,7 @@ the entire month.
--
Rounds down to the first millisecond.

For example, `2014-11-18||/M` rounds down to `2014-11-01`, excluding
For example, `2014-11-18||/M` rounds down to `2014-11-01`, including
the entire month.
--

Expand Down Expand Up @@ -231,4 +231,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
`2014-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 9e34c5f

Please sign in to comment.