Update CQL parser to use CQL 1.1 modifiers for booleans and
[yaz-moved-to-github.git] / test / cql / 2.9.out
diff --git a/test/cql/2.9.out b/test/cql/2.9.out
new file mode 100644 (file)
index 0000000..1222fac
--- /dev/null
@@ -0,0 +1,17 @@
+<searchClause>
+  <index>dc.fish</index>
+  <relation>
+    <value>all</value>
+    <modifiers>
+      <modifier>
+        <type>fuzzy</type>
+        <relation>=</relation>
+      </modifier>
+      <modifier>
+        <type>stem</type>
+        <relation>=</relation>
+      </modifier>
+    </modifiers>
+  </relation>
+  <term>fish chips</term>
+</searchClause>