Update CQL parser to use CQL 1.1 modifiers for booleans and
[yaz-moved-to-github.git] / test / cql / 5.6.out
1 <triple>
2   <boolean>
3     <value>prox</value>
4     <modifiers>
5       <modifier>
6         <type>unit</type>
7         <relation>=</relation>
8         <value>element</value>
9       </modifier>
10       <modifier>
11         <type>distance</type>
12         <relation>&gt;</relation>
13         <value>5</value>
14       </modifier>
15     </modifiers>
16   </boolean>
17   <leftOperand>
18     <searchClause>
19       <index>dc.author</index>
20       <relation>
21         <value>exact</value>
22       </relation>
23       <term>jones</term>
24     </searchClause>
25   </leftOperand>
26   <rightOperand>
27     <searchClause>
28       <index>title</index>
29       <relation>
30         <value>&gt;=</value>
31       </relation>
32       <term>smith</term>
33     </searchClause>
34   </rightOperand>
35 </triple>