View | Details | Raw Unified | Return to bug 19971
Collapse All | Expand All

(-)a/C4/Search.pm (-2 / +1 lines)
Lines 1335-1341 sub _handle_exploding_index { Link Here
1335
1335
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);
1339
1339
1340
Shim function to ease the transition from buildQuery to a new QueryParser.
1340
Shim function to ease the transition from buildQuery to a new QueryParser.
1341
This function is called at the beginning of buildQuery, and modifies
1341
This function is called at the beginning of buildQuery, and modifies
1342
- 

Return to bug 19971