# HG changeset patch # User Thierry Florac # Date 1499853605 -7200 # Node ID af09246db39d0d3022d14e8cf1be4bbab6560cd3 # Parent 65ecdd57425e9775ed36b3927df9f24945821719 Added mapping attributes diff -r 65ecdd57425e -r af09246db39d {{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfBlogPost.json --- a/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfBlogPost.json Tue Jun 27 15:09:59 2017 +0200 +++ b/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfBlogPost.json Wed Jul 12 12:00:05 2017 +0200 @@ -83,6 +83,15 @@ "publication_date": { "type": "date" }, + "effective_date": { + "type": "date" + }, + "push_end_date": { + "type": "date" + }, + "expiration_date": { + "type": "date" + }, "first_publication_date": { "type": "date" } diff -r 65ecdd57425e -r af09246db39d {{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfImageMap.json --- a/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfImageMap.json Tue Jun 27 15:09:59 2017 +0200 +++ b/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfImageMap.json Wed Jul 12 12:00:05 2017 +0200 @@ -83,6 +83,15 @@ "publication_date": { "type": "date" }, + "effective_date": { + "type": "date" + }, + "push_end_date": { + "type": "date" + }, + "expiration_date": { + "type": "date" + }, "first_publication_date": { "type": "date" } diff -r 65ecdd57425e -r af09246db39d {{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfNewsEvent.json --- a/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfNewsEvent.json Tue Jun 27 15:09:59 2017 +0200 +++ b/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfNewsEvent.json Wed Jul 12 12:00:05 2017 +0200 @@ -83,6 +83,15 @@ "publication_date": { "type": "date" }, + "effective_date": { + "type": "date" + }, + "push_end_date": { + "type": "date" + }, + "expiration_date": { + "type": "date" + }, "first_publication_date": { "type": "date" }