From 049e77fe96449fcb6001e94aa3e9bfe7b9f6115e Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Wed, 16 Dec 2020 15:21:57 -0600 Subject: [PATCH] Export keywords --- bin/export-items | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/export-items b/bin/export-items index 47d20a8d3..b7f4fe6c8 100755 --- a/bin/export-items +++ b/bin/export-items @@ -44,6 +44,7 @@ def serialize(item) citation: item.preferred_citation, related_items: related_items, contributors: contributors(item), + keywords: item.keywords, files: files(item), created_at: item.create_date, updated_at: item.modified_date