From e15809db80820504ccde58ed156dff861b40fecc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 12 Jan 2022 16:48:31 -0800 Subject: ES schema: fix typo in container issns alias --- extra/elasticsearch/release_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extra') diff --git a/extra/elasticsearch/release_schema.json b/extra/elasticsearch/release_schema.json index 9dae9312..fa466168 100644 --- a/extra/elasticsearch/release_schema.json +++ b/extra/elasticsearch/release_schema.json @@ -133,7 +133,7 @@ "journal": { "type": "alias", "path": "container_name" }, "date": { "type": "alias", "path": "release_date" }, "year": { "type": "alias", "path": "release_year" }, - "issn": { "type": "alias", "path": "container_issn" }, + "issn": { "type": "alias", "path": "container_issns" }, "oa": { "type": "alias", "path": "is_oa" }, "longtail": { "type": "alias", "path": "is_longtail_oa" }, "lang": { "type": "alias", "path": "language" }, -- cgit v1.2.3