From fbaac5183383da6b5706f5178cfadf52f4bf7ddd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 20 May 2020 21:03:18 -0700 Subject: schema: releases as objects, not nested With nested, we can't do simple aliases. In the future a proper query parser will make this possible. --- schema/scholar_fulltext.v01.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/scholar_fulltext.v01.json b/schema/scholar_fulltext.v01.json index 3d2c102..d4bdb2b 100644 --- a/schema/scholar_fulltext.v01.json +++ b/schema/scholar_fulltext.v01.json @@ -146,7 +146,7 @@ }, "releases": { - "type": "nested", + "type": "object", "dynamic": false, "properties": { -- cgit v1.2.3