[DOCS] Correct date math ex for `gt` and `gte` parms in `range` query docs (#46873)
This commit is contained in:
parent
bd77626177
commit
6b00e00bc6
|
@ -173,7 +173,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.
|
||||
--
|
||||
|
||||
|
@ -182,7 +182,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.
|
||||
--
|
||||
|
||||
|
|
Loading…
Reference in New Issue