Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correcting documentation #46873

Merged
merged 1 commit into from
Sep 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.