Fix bug in vc builder when a failing matchop blocks the vc
Change-Id: Iad46e92a7e3c5b57f016cff0f0cdfb67c8b9d0a1
diff --git a/dev/demo/vcdemo.js b/dev/demo/vcdemo.js
index 73cb805..dfd6988 100644
--- a/dev/demo/vcdemo.js
+++ b/dev/demo/vcdemo.js
@@ -23,7 +23,8 @@
"@type":"koral:doc",
"key":"pubPlace",
"value":"Mannheim",
- "match":"match:eq"
+ "type" : "type:regex",
+ "match":"match:contains"
},
{
"@type":"koral:docGroup",
@@ -40,7 +41,6 @@
"key":"subTitle",
"value":"Gedichte",
"match":"match:eq",
-/*
"rewrites" : [
{
"@type": "koral:rewrite",
@@ -48,7 +48,6 @@
"operation" : "operation:injection",
}
]
-*/
}
]
}