diff --git a/realtest.json b/realtest.json
index 30fc8f35ad444ff33030627f50830fce1c3a2038..5aa90617af4c3d66526584965b8c2bc76f97a111 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