Update CQL parser to use CQL 1.1 modifiers for booleans and
[yaz-moved-to-github.git] / test / cql / 4.2.out
1 <triple>
2   <boolean>
3     <value>or</value>
4   </boolean>
5   <leftOperand>
6     <searchClause>
7       <index>title</index>
8       <relation>
9         <value>any</value>
10         <modifiers>
11           <modifier>
12             <type>stem</type>
13             <relation>=</relation>
14           </modifier>
15         </modifiers>
16       </relation>
17       <term>fish dog</term>
18     </searchClause>
19   </leftOperand>
20   <rightOperand>
21     <searchClause>
22       <index>cql.serverChoice</index>
23       <relation>
24         <value>scr</value>
25       </relation>
26       <term>and</term>
27     </searchClause>
28   </rightOperand>
29 </triple>