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

test with constraints (magic geert query)

parent 105f47c1
No related branches found
No related tags found
1 merge request!1Big merge
{
"return": {
"entities": [
0
0,
1,
2,
3,
4
],
"relations": []
"relations": [
0,
1,
2,
3
]
},
"entities": [
{
"name": "parliament",
"ID": 0,
"constraints": []
"constraints": [
{
"attribute": "name",
"value": "Geert",
"dataType": "text",
"matchType": "like"
}
]
},
{
"name": "commission",
......@@ -24,13 +40,26 @@
{
"name": "parties",
"ID": 3,
"constraints": []
}
,
"constraints": [
{
"attribute": "seats",
"value": "10",
"dataType": "number",
"matchType": "LT"
}
]
},
{
"name": "resolutions",
"ID": 4,
"constraints": []
"constraints": [
{
"attribute": "date",
"value": "mei",
"dataType": "text",
"matchType": "like"
}
]
}
],
"groupBys": [],
......
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