Update CQL parser to use CQL 1.1 modifiers for booleans and
[yaz-moved-to-github.git] / test / cql / 2.14.out
1 <searchClause>
2   <index>creator</index>
3   <relation>
4     <value>any</value>
5     <modifiers>
6       <modifier>
7         <type>b.bar</type>
8         <relation>&gt;</relation>
9         <value>1</value>
10       </modifier>
11       <modifier>
12         <type>f.foo</type>
13         <relation>=</relation>
14       </modifier>
15     </modifiers>
16   </relation>
17   <term>sanderson taylor</term>
18 </searchClause>