Skip to content

Commit 01ef80a

Browse files
jmluyclintongormley
authored andcommitted
Update range-filter.asciidoc
Closes #8741
1 parent e3ed471 commit 01ef80a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ move them to UTC time based date:
5757
In the above example, `gte` will be actually moved to `2011-12-31T23:00:00` UTC date.
5858

5959
NOTE: if you give a date with a timezone explicitly defined and use the `time_zone` parameter, `time_zone` will be
60-
ignored. For example, setting `from` to `2012-01-01T00:00:00+01:00` with `"time_zone":"+10:00"` will still use `+01:00` time zone.
60+
ignored. For example, setting `gte` to `2012-01-01T00:00:00+01:00` with `"time_zone":"+10:00"` will still use `+01:00` time zone.
6161

6262
When applied on `date` fields the `range` filter accepts also a `format` parameter.
6363
The `format` parameter will help support another date format than the one defined in mapping:

0 commit comments

Comments
 (0)