From 264dadb59b046794880121eaad7f0f8082568cd1 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Jun 2020 13:41:13 -0700 Subject: 'tag' alias for 'tags' --- schema/scholar_fulltext.v01.json | 1 + 1 file changed, 1 insertion(+) (limited to 'schema') diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 1929512..aa087fa 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -214,6 +214,7 @@ }, "doctype": { "type": "alias", "path": "doc_type" }, + "tag": { "type": "alias", "path": "tags" }, "body": { "type": "alias", "path": "fulltext.body" }, "abstract": { "type": "alias", "path": "abstracts.body" }, -- cgit v1.2.3