Updated "workflow.status" field type to "keyword"
authorThierry Florac <thierry.florac@onf.fr>
Fri, 09 Jun 2017 15:35:30 +0200
changeset 3 ed80ac5fcbbf
parent 2 0ccad28c110f
child 4 74eeb0a982b6
Updated "workflow.status" field type to "keyword"
{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfBlogPost.json
{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfImageMap.json
{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfNewsEvent.json
--- a/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfBlogPost.json	Wed Jun 07 16:13:52 2017 +0200
+++ b/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfBlogPost.json	Fri Jun 09 15:35:30 2017 +0200
@@ -63,7 +63,7 @@
 						"type": "date"
 					},
 					"status": {
-						"type": "string"
+						"type": "keyword"
 					}
 				}
 			},
--- a/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfImageMap.json	Wed Jun 07 16:13:52 2017 +0200
+++ b/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfImageMap.json	Fri Jun 09 15:35:30 2017 +0200
@@ -63,7 +63,7 @@
 						"type": "date"
 					},
 					"status": {
-						"type": "string"
+						"type": "keyword"
 					}
 				}
 			}
--- a/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfNewsEvent.json	Wed Jun 07 16:13:52 2017 +0200
+++ b/{{cookiecutter.project_slug}}/docs/elasticsearch/mappings/WfNewsEvent.json	Fri Jun 09 15:35:30 2017 +0200
@@ -63,7 +63,7 @@
 						"type": "date"
 					},
 					"status": {
-						"type": "string"
+						"type": "keyword"
 					}
 				}
 			},