Skip to content
Snippets Groups Projects
Commit 41712e3e authored by Geurtjens,D. (Douwe Geurtjens)'s avatar Geurtjens,D. (Douwe Geurtjens)
Browse files

Slight JSON change, now has all member of a party added unconditionally.

parent de2a4004
No related branches found
No related tags found
1 merge request!1Big merge
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment