Skip to content

Commit c336778

Browse files
committed
Merge pull request #12306 from rodaine/patch-1
Correct default date format
2 parents 25473d1 + 1af5530 commit c336778

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/migration/migrate_2_0.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Meta fields can no longer be specified within a document. They should be specifi
302302
via the API. For example, instead of adding a field `_parent` within a document,
303303
use the `parent` url parameter when indexing that document.
304304

305-
==== Default date format now is `strictDateOptionalDate`
305+
==== Default date format now is `strictDateOptionalTime`
306306

307307
Instead of `dateOptionalTime` the new default date format now is `strictDateOptionalTime`,
308308
which is more strict in parsing dates. This means, that dates now need to have a four digit year,
@@ -796,4 +796,4 @@ For the record, official plugins which can use this new simplified form are:
796796

797797
Fields used in alias filters no longer have to exist in the mapping upon alias creation time. Alias filters are now
798798
parsed at request time and then the fields in filters are resolved from the mapping, whereas before alias filters were
799-
parsed at alias creation time and the parsed form was kept around in memory.
799+
parsed at alias creation time and the parsed form was kept around in memory.

0 commit comments

Comments
 (0)