From 41712e3e2e1fd01e3c48878c5e3a21a750a5a0e7 Mon Sep 17 00:00:00 2001 From: Douwe <d.geurtjens@students.uu.nl> Date: Fri, 12 Nov 2021 16:35:02 +0100 Subject: [PATCH] Slight JSON change, now has all member of a party added unconditionally. --- realtest.json | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/realtest.json b/realtest.json index 30fc8f3..5aa9061 100644 --- a/realtest.json +++ b/realtest.json @@ -18,14 +18,7 @@ { "name": "parliament", "ID": 0, - "constraints": [ - { - "attribute": "name", - "value": "Geert", - "dataType": "string", - "matchType": "CONTAINS" - } - ] + "constraints": [] }, { "name": "commissions", @@ -57,10 +50,23 @@ "attribute": "date", "value": "mei", "dataType": "string", - "matchType": "CONTAINS" + "matchType": "contains" + } + ] + }, + { + "name": "parliament", + "ID": 5, + "constraints": [ + { + "attribute": "name", + "value": "Geert", + "dataType": "string", + "matchType": "contains" } ] } + ], "groupBys": [], "relations": [ @@ -72,7 +78,7 @@ "max": 1 }, "fromType": "entity", - "fromId": 0, + "fromId": 5, "toType": "entity", "toID": 1, "constraints": [] @@ -115,6 +121,19 @@ "toType": "entity", "toID": 4, "constraints": [] + }, + { + "ID": 4, + "name": "member_of", + "depth": { + "min": 1, + "max": 1 + }, + "fromType": "entity", + "fromId": 0, + "toType": "entity", + "toID": 3, + "constraints": [] } ], "limit": 5000 -- GitLab