Update CQL parser to use CQL 1.1 modifiers for booleans and
[yaz-moved-to-github.git] / test / cql / 2.14.out
diff --git a/test/cql/2.14.out b/test/cql/2.14.out
new file mode 100644 (file)
index 0000000..e1e02a8
--- /dev/null
@@ -0,0 +1,18 @@
+<searchClause>
+  <index>creator</index>
+  <relation>
+    <value>any</value>
+    <modifiers>
+      <modifier>
+        <type>b.bar</type>
+        <relation>&gt;</relation>
+        <value>1</value>
+      </modifier>
+      <modifier>
+        <type>f.foo</type>
+        <relation>=</relation>
+      </modifier>
+    </modifiers>
+  </relation>
+  <term>sanderson taylor</term>
+</searchClause>