| 1336 |     ( $operators, $operands, $indexes, $limits, | 1336 |     ( $operators, $operands, $indexes, $limits, | 
        
          | 1337 |       $sort_by, $scan, $lang ) = | 1337 |       $sort_by, $scan, $lang ) = | 
          
            
              | 1338 |             buildQuery ( $operators, $operands, $indexes, $limits, $sort_by, $scan, $lang); | 1338 |             parseQuery ( $operators, $operands, $indexes, $limits, $sort_by, $scan, $lang); | 
        
          | 1341 | This function is called at the beginning of buildQuery, and modifies | 1341 | This function is called at the beginning of buildQuery, and modifies |