# HG changeset patch # User Thierry Florac # Date 1497447124 -7200 # Node ID 3ad78ffa0f7f2525a9c9edfe125da7e465c87995 # Parent dc4ca82098cc45fff1ce2595545db65eede6831d Use "keyword" type for mapping of workflow status attribute diff -r dc4ca82098cc -r 3ad78ffa0f7f docs/WfBlogPost.json --- a/docs/WfBlogPost.json Wed Jun 14 15:31:07 2017 +0200 +++ b/docs/WfBlogPost.json Wed Jun 14 15:32:04 2017 +0200 @@ -63,7 +63,7 @@ "type": "date" }, "status": { - "type": "string" + "type": "keyword" } } }, diff -r dc4ca82098cc -r 3ad78ffa0f7f docs/WfImageMap.json --- a/docs/WfImageMap.json Wed Jun 14 15:31:07 2017 +0200 +++ b/docs/WfImageMap.json Wed Jun 14 15:32:04 2017 +0200 @@ -63,7 +63,7 @@ "type": "date" }, "status": { - "type": "string" + "type": "keyword" } } } diff -r dc4ca82098cc -r 3ad78ffa0f7f docs/WfNewsEvent.json --- a/docs/WfNewsEvent.json Wed Jun 14 15:31:07 2017 +0200 +++ b/docs/WfNewsEvent.json Wed Jun 14 15:32:04 2017 +0200 @@ -63,7 +63,7 @@ "type": "date" }, "status": { - "type": "string" + "type": "keyword" } } },